Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

One measure for Conditional Formatting applicable to multiple measure

I want to create a measure for conditional formatting that can be applicable to multiple measure.
Total_A and Total_B are measures

ravi042011_0-1626906052768.png

 

3 REPLIES 3
GG23
New Member

Have you found a solution for this? I'm needing the same. Thanks

littlemojopuppy
Community Champion
Community Champion

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!  😉

Anonymous
Not applicable

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")

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors