Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Is it possible to write a measure or a table that would filter the measure
Example matrix
| Product | sales | Mesure |
| a | 100 | AX |
| b | 80 | BX |
| c | 50 | CY |
| d | 30 | AY |
thanks for the help
Solved! Go to Solution.
Ні, @smpa01 thanks for the help
@DimaMD Can you please elaborate it with better data
Ні,@smpa01
I have a measure that shows ABC XYZ analysis
The customer wants to filter the value shown by the measure
Is it possible to create a slicer to filter the measure
@DimaMD you can not use values from a measure to feed in a slicer. But you can build a disconnected table with input as all the unique values generated by the measure.
Then you can write a measure with SELECTEDVALUE and SWITCH so that the end user can filter the viz with values coming fromthat disconnected table.
https://www.youtube.com/watch?v=AHiCE1N0XHE&t=20s
Ні, @smpa01 thanks for the help
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |