Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi community,
I would know if exist the method to select a dinamically measure with link on filter page.
At below an example:
I have a one filter page e.g "brand company" and how to select the modality, the KPIs switch in dyanamically mode. The widget is a Card
I think this type of approach but it doesn't work:
Measure_Final = IF ((FILTER_1) = "A"; Measure_1; IF(FILTER_1) = "B"; Measure_2; IF(FILTER_1) = "C"; Measure_3; "Measure_Overall")
For more details i have upload a screenshot
Thanks advance for your support,
Best regard
Solved! Go to Solution.
Hi @Anonymous ,
You can use this measure.
Hi @Anonymous ,
You can use this measure.
Hi harshnathani,
Thank a lot.
The DAX Code is great 😉
@Anonymous ,
Thank You 🙂
Regards,
Harsh Nathani