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 want to create a measure for conditional formatting that can be applicable to multiple measure.
Total_A and Total_B are measures
Have you found a solution for this? I'm needing the same. Thanks
Hi @Anonymous
You could do this with a calculation group. Create a calculation item for the formatting you want to achieve and the conditions for it. Instead of using a specific measure name use SELECTEDMEASURE() instead.
Hope this helps! 😉
I have tried that as well but issue is that how will I select calculation item in conditional formatting dialog box.
I had created below calculated item having name "M":-
IF(SELECTEDMEASURE()>25,"Red","Green")
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.