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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Matrix - Conditional formatting by column

Hello people,

How do I apply conditional formatting to a matrix per column?

I would like to highlight the highest value of each column in the matrix:

 

Teste.png

 

These are the columns and measurements that I use:

column FORMA DE PAGAMENTO --> TABLE DM_PAGAMENTOS

column UF --> TABLE DM_ESTABELECIMENTO

measure  Lucro = SUM(FT_Pedido[Lucro_por_Produto])

 

The relationship is like this:

 

DM_PAGAMENTOS   1 ----- *   FT_Pedido   * -----  1    DM_ESTABELECIMENTO

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Create a measure like

if(max(FT_Pedido[Lucro_por_Produto]) =calculate(max(FT_Pedido[Lucro_por_Produto]),allexcept(FT_Pedido,FT_Pedido[FORMA DE PAGAMENTO ])) , "green","white")

 

and in conditional formatting use Field option and this measure

refer steps:https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values

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.