Power BI is a powerful tool which can be used for creative interactive and live reports. Reports can be generated from various data sources ranging from an excel spreadsheet to a large SQL database to a website.

For this example, I will be using an excel sheet to create different kinds of report and then relating these reports with one another.

  1. The first thing is to clean the data source. The better the quality of data, the better will be the report. For an .xlxs or .csv file the following are the things to check:
    • Header/Column name
    • Spelling in each data set
    • Remove any data field that is not needed for the report (Reduces the file size)
  2. Power BI can read both spreadsheets and tables. But for now, we will use tables.
  3. To create a table, select all the rows and columns and press Ctrl + T.
  4. Now when the data source is ready, it is the time to open the Power BI Designer.
  5. This is the first welcome screen on the designer. 



    Figure 1: The Designer
     
  6. You can now open a recent designer file or create a new one.
  7. To create a new one, click on Get Data.
  8. You will see a window with all the available data sources.



    Figure 2: Get Data

  9. Select Excel and then connect.
  10. Select all the tables that you require to create the report and load it.



    Figure 3: Connect

  11. Once the data is loaded, you will see the following window:



    Figure 4: Report

  12. The Visualization pane consists of all the different types of visualizations that can be used to create the report.
  13. The Fields pane consists of all the column names that has been loaded previously.
  14. Now select any type of chart you want. For this, I will be using a pie chart.
  15. Click on the pie chart icon and you will see a place holder for it.



    Figure 5: Place Holder

  16. It is now time to fill the data into the pie chart. For this, you need to drag the required field and drop it in text boxes under visualization.



    Figure 6: Required Field



    Figure 7: Visualization

  17. Similarly you can create other types of reports as well.



    Figure 8: Create Folder


    Figure  9: Report1

  18. Now the reports are interlinked in such a way that clicking on certain portion of one of the visualizations will also change the visualization of the others on the same page. By clicking on the female portion of the pie chart, it changed the age distribution in the bar chart. 



    Figure 10: Interlink

  19. You can add as many reports you want on this page. You can even add pages and create different types of reports.
  20. Now save your work.
  21. The next step would be to upload it in the Power BI portal and share it with people inside your organization.

Next Recommended Readings