Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone,
I have created a report with a custom slicer which serves the purpose of showing information related to certain measures.
In this case a status and rating based off the specific KPIs for each result area. Each Result area is on the same report page and my current slicer is developed to switch between each KPI.
In the source workbook each KPI is score using varied criteria eg some are % whilst some are time range based or staff number based.
I have been asked to add a table which shows criteria for each specific KPI and for it to change with the current slicer selection
the source table looks as such
I want to be able to slice between each KPI and show the specific criteria whilst retaining the Rating and Status columns
an example of one of my slicer measures is as such (Please note I have sanitised the DAX)
HI @Mark_Berry ,
follow below steps
Create a Criteria Table:
Create a DAX Measure for Criteria:
This measure will return the criteria corresponding to the selected KPI in the slicer.
Display the Criteria in a Table Visual:
Thanks @Anonymous , coul you please clarify how to create the criteria table?
I have imported the excel table I showed in my original post and it looks like such
or should I expand this table to include the ratings, status and criteria?
I also have some KPIs which return a text value in the criteria so what considerations should I have WRT these values?