Forum Discussion

melimob1's avatar
melimob1
Helper I
1 year ago
Solved

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 ...
  • Bibiano_Geraldo's avatar
    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: