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.
Hi there,
Quick DAX question :
I have a table TABLE_DATA with 3 cols COLA,COLB,COLC.
I have another table named TABLE_SUPPORT which holds 3 rows like "OptionA","OptionB" and "OptionC"
I have a report with 2 visuals i.e.,
1. A drop down slicer based on TABLE_SUPPORT to select a value from one of 3 options
2. A pie chart which is expected to draw the pie based on the selection in the slicer so if OptionA is selected then COLA should be used to populate the pie. If OptionB is selected then COLB should be used to populate the pie and similarly OptionC is selected the pie should be populated using COLC.
I could write a DAX function to detected the currently selectedValue from the drop down.
I tried writing a new column based on formula which uses a simple SWITCH on the SelectedValue measure and it always turning out to be blank. I used same selectedValue to print on a card visual and it shows OptionA very correctly.
Any idea what's happening ?
Solved! Go to Solution.
Sounds like you need to use the disconnected table trick:
Sounds like you need to use the disconnected table trick:
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 |
|---|---|
| 29 | |
| 25 | |
| 24 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 48 | |
| 26 | |
| 21 | |
| 20 |