Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Conditional Formatting/Coloring Values

Hello all! I have created a matrix and a table on the same tab of a Power BI Report. (See 1st picture below)   The table on the left uses conditional columns which I manually inserted into t...
  • Anonymous's avatar
    Anonymous
    4 years ago

    I'm sort of confused a little on this. So do I create a DAX Expression using both the 15 Staff and 5 Staff?

     

    SWITCH(TRUE()

    [15 Staff] < #, "Red",

    [5 Staff] > #. "Green",

    ELSE "Yellow"