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.
Hi, I have a measure that has 5 possible results; H, MH, M, ML, and L.
I need a way of using the results of this measure as a slicer for other visuals in my report
The measure is as follows
Risk Words = if([Risk Score]>=80,"H",if([Risk Score]>=60,"MH",if([Risk Score]>=40,"M",if([Risk Score]>=20,"ML","L"))))
Where 'Risk Score' is
In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...
Thanks so much for your reply Greg, I have been trying to use this post as a guide but to no avail.
I have created a Measure for each of the 5 possibilities as well as the standalone table
e.g.
Can you share a sample pbix file ? When you use the disconnected table trick as mentioned in Greg's post, it will work only with certain dimensions that you have configured your DAX with. I should be able to help you if I can get some reproducible pbix.
Hi Karun, Please find the .pbix file here:
https://1drv.ms/u/s!ApbhmnVrQgL6gjCMwJ1oAMvXx4Vs
My disconnected table is called RiskNamesAbbr. I am trying to connect it to the output of the measure 'Modern Slavery Risk Words.' The end goal is to be able to slice the report with the cards along the top/on the left updating
Thanks so much for looking into this for me!
So, if I understand correctly, you want the Risk Level slicer to work on all applicable metrics that we can see in the "Supply Chain Risk - Modern Slavery" right ?
This might be a bit time consuming as you would have to create proper measures for all the metrics that you intend to slice using Risk Level. I have provided a mock up for the Vendor Count metric. I think it could be further optimized but the basic layout is there to get you started.
File is available here
I can't download the file:(
Yes, that's correct.
Thankyou, that is exactly what I wanted. I am trying to get your methodology to work for the spend data by substituting 'countrows' for 'sum' however this doesn't seem to work.
the other issue is that I need the cards in the middle to adjust. e.g. if "M" is selected on my slicer, I'd like the highest risk card to also be displaying "M"
I have been playing with the following measure but to no avail.
Hi,
This is not very difficult to do but the multiple tables and measures in your file are causing a lot of confusion. Can you share a much neater version of this file so that i can help.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.