On your dashboard blank sheet, you will see 3 buttons on the left:
report
(visuals: graphs, texts, etc.)Let’s add a chart:
In the right sidebar Visualizations
, click on Pie Chart
When you click on a chart present in your report, you access its configuration:
fields used, calculation mode (count, sum, etc.), and display (title, labels, colors)
Fields
, search for status_complete
: click and drag this field to the Legend
area of your chart configuration.id
and drag the field to the Values
area of the configuration.id
field you just added, expand the options with the arrow and choose Count
: here we want to count the rows, not sum them.The Format
section of the Visualizations
tab in the chart configuration lets you edit the title, colors, labels, etc.
Now we want to display the list of activities that correspond to the different sectors of our chart.
In Visualizations
, choose Table
Add fields to the columns, as before.
Some fields will be grouped by default by PowerBI. If you want to display all rows of your data, make sure to expand the field options and select “Do not summarize”
By default, for a date-type field, PowerBI expands the “date hierarchy”; you can disable this option on the field
You can rename columns in the options for each field
When you click on a sector of your pie chart, the table is automatically updated!
In PowerBI, filters are created using the SLICER visual
Add a Slicer
visual and add the scheduled_start_at
field
Feel free to customize the display. Changing the dates in this slicer allows you to filter the entire report.
Now it’s your turn!