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
I am creating the matrix visulization where i need to change rows dynamically based on value from slicer or filter.
Solved! Go to Solution.
You can create measures with ALLSELLECTED function.
Here is a sample:
Measure1 =
CALCULATE(
MAX('Table2'[Value]),
ALLSELECTED('Table2'[ID]))
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
You can create measures with ALLSELLECTED function.
Here is a sample:
Measure1 =
CALCULATE(
MAX('Table2'[Value]),
ALLSELECTED('Table2'[ID]))
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
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 |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |