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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
em12963
Helper I
Helper I

Icon conditional formatting using dax

I have a matrix custom visual with three columns which I want to use an icon with values conditional formatting. Since I would like to customised my icon colour in a dax, I created 3 calculated measures for each column to indicate the icon I want. Then, I stick each of the measure in the respective icon conditional formating field value. 

Since my dax measure is similar for all three columns, is it possible to just have one dax measure that can satisfy those 3 columns? But how do I do that? Any advice?

em12963_0-1678663595019.png

em12963_1-1678663619427.png

em12963_2-1678663666037.png

 

 

1 REPLY 1
amitchandak
Super User
Super User

@em12963 , Add additional condition like

Switch(True() ,

MAx(Table[column field]) ="ABC" , Switch(<Code>),

MAx(Table[column field]) ="DEF" , Switch(<Code>),

Switch(<Code>)

)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.