Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi all first post!
I am looking for some help, I am creating a tracking sheet to keep track of student induction materials (it pulls data direcrtly from our other systems). The base data is all well and good but I now need to create a short summary table with each of the pieces of mandatory training. I created a custom summary table which pulled together all of the summary measures I have made, and whilst this works fine, it is unaffected by the slicers I have. However when I display the measures in other visuals individually they are affected. So I guess I am wondering is there either a way to make the custom table affected by the slicers or is there a visual into which I can input my various measures that would display them as needed?
This is the table as we want it
Module | Complete | Incomplete |
Essential Content - Health and Wellbeing | 5701 | 201 |
Essential Content – Alcohol Safety | 4859 | 1043 |
Essential Content - Consent | 4923 | 979 |
Essential Content – Drug Safety | 5203 | 699 |
Essential Content – Suicide Awareness | 5109 | 793 |
Essential Content – Active Bystander | 5125 | 777 |
Where each of the numers is calculated from a single table holding the data along with the qualities we want to be able to filter by.
The measure are calculated using the following formula
CALCULATE(COUNT('Induction Tracking'[Essential Content – Suicide Awareness]),'Induction Tracking'[Essential Content – Suicide Awareness]="Complete")
Any help would be greatly appreciated
Solved! Go to Solution.
Hi @MattL86 ,
To make your custom summary table responsive to slicers in Power BI, there are a few steps you can follow:
This approach should allow you to achieve the summary table you want, with slicers affecting the displayed values dynamically. Let me know if you need further details on any step!
If I have resolved your question, please consider marking my post as a solution🎉. Thank you!
Hi @MattL86 , hello grazitti_sapna, thank you for your prompt reply!
Because the summary table is implemented through a calculated table, it is determined at the time of model creation and therefore will not respond to the slicer in the report.
As a workaround, we suggest using the table or matrix visual to display the measures you have created.
This will ensure that the data updates dynamically based on the slicer selections.
Additionally, please check that the fields used by your slicer are associated with the fields involved in the visual.
If the slicer's fields are not directly associated with the visual, the slicer will not be able to filter the relevant data.
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MattL86 , hello grazitti_sapna, thank you for your prompt reply!
Because the summary table is implemented through a calculated table, it is determined at the time of model creation and therefore will not respond to the slicer in the report.
As a workaround, we suggest using the table or matrix visual to display the measures you have created.
This will ensure that the data updates dynamically based on the slicer selections.
Additionally, please check that the fields used by your slicer are associated with the fields involved in the visual.
If the slicer's fields are not directly associated with the visual, the slicer will not be able to filter the relevant data.
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MattL86 ,
To make your custom summary table responsive to slicers in Power BI, there are a few steps you can follow:
This approach should allow you to achieve the summary table you want, with slicers affecting the displayed values dynamically. Let me know if you need further details on any step!
If I have resolved your question, please consider marking my post as a solution🎉. Thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
89 | |
86 | |
68 | |
51 | |
32 |
User | Count |
---|---|
126 | |
112 | |
72 | |
64 | |
46 |