Forum Discussion
melimob1
1 year agoHelper I
Conditional Formatting a Matrix with multiple columns
Hi, I have a matrix table in pbi and I want comparing for each company (LOB) which product is the max %. Something like this: I have a summary table where there is a column to denote ...
- 1 year ago
Hi melimob1 ,
If i understood well, you need to create a measure to rank the countries, something like this:
Rank = RANKX( ALL(financials[Country]), [Sales Mix %], ,DESC )Now you can add a background color using conditional format to your % column as shown bellow:
Use these rules and click OK:
Now your result should look like this:
melimob1
1 year agoHelper I
hey, I got fancy also as used your rank measure just to show an icon for the top as well as colour! thank you again!
Bibiano_Geraldo
1 year agoSuper User
😀😀😀The sky is limit.