How to build a Power BI report

Yash Chauhan
4 min readNov 8, 2021

--

Data analytics is the science of analyzing raw data to make conclusions about that information. Data analytics help a business optimize its performance. Any type of information can be subjected to data analytics techniques to get insight that can be used to improve things. Data analytics techniques can reveal trends and metrics that would otherwise be lost in the mass of information. This information can then be used to optimize processes to increase the overall efficiency of a business or system.

Power BI Report

A Power BI report is a multi-perspective view into a dataset, with visuals that represent different findings and insights from that dataset. A report can have a single visual or pages full of visuals. Power BI bases a report on a single dataset. Report designers create the visuals in a report to represent nuggets of information. The visuals aren’t static. They update as the underlying data changes. You can interact with the visuals and filters as you dig into the data to discover insights and look for answers. Like a dashboard, but more so, a report is highly interactive and highly customizable.

About the data

For preparing report, I have used data regarding the sales details and other data necessary for it. The excel sheet for various data are as follows:

  • Customer Details: The sheet has details about customer id and customer name.
  • Order Details: This data sheet has attribute values for Order id and Order Date.
  • Sales Details: The sales details has data regarding Order ID, Customer ID, Place ID, Product ID, Sales ID, Sales, Quantity, Discount and Cost.
  • Region Details: The region details has data regarding the city, state and the place id.
  • Product Details: The product details has data about Product ID, Category, Sub-Category and Product Name.

To load the dataset click on Get Data -> Excel workbook->select file.

Next we can add different symbol to columns we need like in the below image I have added the currency symbol to the columns sales and cost using the Format functionality provided.

The relationship between the tables can be viewed in the model section and also we can add relationship between two tables according to our needs using the edit relationship option and creating relationship between two attributes of two different tables.

Next we create 3 different KPI visualizations which will the Cost Quantity and Sales by State.

Next we create a visualization using the 2 Pie Chart in Power BI which shows the Cost by States and sales by states

Next we create a bar chart to show cost by categories of Items

Since the report generated in Power BI are interactive when we choose on a particular sub-category in the Pie chart here “California” the other visualizations show the values corresponding to only “California” category.

The complete report that is created is shown in the below

--

--

No responses yet