This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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:
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
@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-num...
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 20 | |
| 18 | |
| 18 |