Data Science Series EP 8

Rushi Chudasama
4 min readOct 27, 2021

Build a Power BI report

We can begin by loading a dataset into Power BI Desktop. Use the Get Data menu to connect to a dataset from a file, database, or online source. You might want to experiment with the Power BI industry sample datasets, which you can download from the Power BI website.

Notice the panes on the right side of the report editor. The Visualizations and Filters panes control what your visualizations look like. The Fields pane displays the data tables and fields that you use to create your visualizations.

8.1

Suppose you want to display total gross sales in your report. In the Fields pane, drag the Gross Sales field into the display area.

8.2

Power BI creates a bar chart automatically.

8.3

You want to break down gross sales by product. In the Fields pane, select the checkbox next to the Product field. Power BI modifies the bar chart to display gross sales by product.

8.5

Now you want to create a second visualization that displays units sold by market segment. From the Fields pane, drag the Segment field into the display area. Power BI lists the categories in this field.

8.6

To add units sold to this table, in the Fields pane, select the checkbox next to the Units Sold field.

8.7

To display this table as a bar chart, in the Visualizations pane, click the bar chart icon. Power BI converts the table into a bar chart.

8.8

Perhaps you want to display a data category such as Units Sold as a single number. From the Fields pane, drag the Units Sold field into the display area. Then in the Visualizations pane, click the card icon. Power BI displays Units Sold in a single number card.

8.9

What about displaying data in a map format? Easy. In the Visualizations pane, click the map icon. Power BI adds a map placeholder in the display area. Notice the configuration fields that display below the Visualizations menu.

8.10

From the Fields pane, drag the Country field to the Location field in the Visualizations pane. Power BI creates a map with the locations marked as bubbles.

8.11

On your map, you want to display sales by location. From the Fields pane, drag the Sales field to the Values field in the Visualizations pane. Power BI adjusts the map so that the bubble size reflects the sales value in each location.

8.12

Try creating your own Power BI reports in just minutes.

Conclusion:

You can refine your visualizations by filtering data, adding legends and axis labels, and changing the colors in the charts. All with easy-to-use, intuitive tools.

LinkedIn:

More Projects and Blogs:

Blogs:

Final Note:

Thanks for reading! If you enjoyed this article, please hit the clap 👏button as many times as you can. It would mean a lot and encourage me to keep sharing my knowledge. If you like my content follow me on medium I will try to post as many blogs as I can.

--

--