Adding additional visualizations to Power BI
Reports normally contain multiple tables and visualizations designed to solve business problems. A report page can contain many separate visualization tiles on the canvas. In the prior recipe you worked with a single stacked bar chart visualization on a single page. In this recipe you will add two more visualizations to the report to fill out your canvas.
Getting ready
Complete the initial visualization in the recipe Visualizing the crash data in Power BI.
How it to do it...
- Select an area of the page canvas and not the existing graph. Then select a new treemap visualization to add to the report page:
- A new blank treemap will be added to the report:
- Select the Count_of_Crashes from the CRASH_DATA_T table and the Weather_Condition from the Weather_T table. This will create the default treemap:
- Select the roller brush to edit the properties and change the Title Text to Heatmap of Crashes by Weather Condition and change the Text to size 12:
- Since...