Feature-Image-X-P.

How to prepare data for Power BI dashboard using Excel dataset: A beginner’s guide

Introduction

Creating effective Power BI dashboards starts with properly prepared data. This guide provides a step-by-step approach to preparing data for visualisation in Power BI, using a sample Excel dataset.

By following these instructions, beginners can transform raw data into meaningful insights that are ready for analysis and presentation.

Please check out the lessons below on how to transform data from web source with Power Query and how to create a Power BI dashboard.

This page is locked

Please fill this form to unlock the page

Loading...

1. Dataset used

  • The dataset we will use for this lesson is Microsoft Excel file named “Financial Sample.”
  • You can download the dataset by clicking on the image below. Please ensure to store the dataset in an appropriate location on your computer.
A room with several rows of black boxes

Description automatically generated with medium confidence
Financial dataset sample

2. Importing data

  • Launch your Power BI Desktop application.
  • From the Home tab, select “Get data,” then choose “Excel workbook” from the dropdown menu.
A screenshot of a computer

Description automatically generated

  • In the Navigator window that appears, select the “Financials” table and click “Transform Data” to start data preparation.
A screenshot of a computer

Description automatically generated

3. Data transformation steps

Change Data Type:

  • Select the “Units Sold” column.
  • Go to the Transform tab, choose “Data Type,” and select “Whole Number.”
A screenshot of a computer

Description automatically generated

  • Confirm by selecting “Replace current” to apply the change.
A screenshot of a computer

Description automatically generated

Change Text Format:

  • Select the “Segment” column.
  • In the Transform tab, click “Format” and choose “UPPERCASE.”
A screenshot of a computer

Description automatically generated

Rename Columns:

  • Double-click the “Month Name” column and rename it to “Month.”
A screenshot of a computer

Description automatically generated

Filter Data:

  • Click the dropdown in the “Product” column and uncheck the box next to “Montana” to filter out this discontinued product.
A screenshot of a computer

Description automatically generated

4. Applying and reviewing changes

  • Check the “Query Settings” pane under “APPLIED STEPS” to see all transformations made.
A screenshot of a computer

Description automatically generated

  • To finalise, go to the Home tab and select “Close & Apply” to apply all changes.
A screenshot of a computer

Description automatically generated

5. Verifying data

  • Ensure to save your work if you have not already done so.
  • Check the right pane to ensure that Power BI correctly identifies numeric fields (with the Sigma symbol) and date fields (with the calendar symbol).
A screenshot of a computer screen

Description automatically generated

6. Creating Measures and Tables

Create a Measure

  • On the Home ribbon, select “New measure.”
A screenshot of a computer

Description automatically generated

  • Enter the expression: Total Units Sold = SUM(financials[Units Sold]) and confirm.
A screenshot of a computer

Description automatically generated

Create a Calendar Table

  • Switch to Data view on the left.
A screenshot of a computer

Description automatically generated

  • On the Home ribbon, select “New table”.
A screenshot of a computer

Description automatically generated

  • Enter the expression: Calendar = CALENDAR(DATE(20130101), DATE(20141231)).
A screenshot of a computer

Description automatically generated

  • Confirm and ensure a table of dates from January 1, 2013, to December 31, 2014, has been created.
A screenshot of a computer

Description automatically generated

7. Establishing relationships

  • Switch to Model view on the left.
A screenshot of a computer

Description automatically generated

  • Drag the “Date” field from the “financials” table to the “Date” field in the “Calendar” table to create a relationship between the tables.
A screenshot of a computer

Description automatically generated

Wrapping up

This guide has outlined the essential steps to prepare data for a Power BI dashboard, making it suitable for beginners.

The process begins with importing data from a Microsoft Excel file into Power BI Desktop. Once the data is imported, users are guided through a series of transformations to clean and format the data.

Key steps include changing data types, formatting text, renaming columns, and filtering out unwanted data.

After transformations, the guide emphasised reviewing and applying these changes to ensure accuracy. It also covered verifying data formats, such as identifying numeric and date fields.

To enhance data analysis, the guide described creating measures and tables, such as a “Total Units Sold” measure and a date-based calendar table.

Finally, relationships between different tables using the Model view were established to aid in linking data logically, facilitating more comprehensive analysis and reporting.

By following these steps, users can effectively prepare and manage data, laying a solid foundation for building insightful Power BI dashboards.

4 responses

  1. […] follow this link for a further step-by- step guide on how to prepare data for a dashboard using data from a […]

  2. […] How to prepare data for Power BI dashboard using Excel dataset: A beginner’s guide  […]

  3. […] How to prepare data for Power BI dashboard using Excel dataset. […]

  4. […] How to prepare data for Power BI dashboard using Excel dataset. […]

Leave a Reply

Your email address will not be published. Required fields are marked *

Similar Posts