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! Request now
Hi everyone,
i have a KRI Dimension table, like this:
KRI_01
KRI_02
KRI_03
for each of my KRI i have a different Measure that calculate its status from different facts tables.
KRI_01_Status
KRI_02_Status
KRI_03_Status
Now i create a Measure that SWITCH for each KRI and return the relative measure.
There is a way to write a measure that automatically select for every KRI the relative KRI_n Status?
That works for example also for a new KRI_04 with the relative measure KRI_04 Status?
Thank you for your support!
@lucadelicio , With an Axis/Row, you can change measures using field parameters.
example
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Learn Power BI: Changing measures based on the axis with Field Parameters in Power BI. Dynamic measures based on the axis/Dimension: https://youtu.be/7ikRAelDph0
Thank you for your Answer, but i don't want to switch the DIM.
With the same DIM i want to return different measure for each value of my DIM.
Thank you for your support!
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.