This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
You have to try to manage using one of the two ways, no functionality directly available.
Measure slicer
Bookmark
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Hi @Anonymous ,
Has your problem been solved? If yes, please consider Accepting it as the solution to help the other members find it more quickly.
Best regards,
Lionel Chen
So, yes, you can do this with the Disconnected Table Trick. 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....
In short, your 2 drop downs are disconnected tables. You use SELECTEDVALUE for example to grab the value in the dropdown slicer and you use that in your measure to display the appropriate KPI, value, etc. Works like a charm. So, think of it this way.
Line value measure =
SWITCH(SELECTEDVALUE('Line KPI'[KPI]),
"Walk In",<do some calculation here>,
"Something Else",<do some other calculation here>
)
You have to try to manage using one of the two ways, no functionality directly available.
Measure slicer
Bookmark
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
This type of functionality is not natively supported (as far as I am aware). It could be mimicked I guess, using a table with KPI names and a monster of a measure that calculates completely different things based on the selected KPI name in a slicer.
Hope this helps.
Proud to be a Super User!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 28 | |
| 24 | |
| 22 |