Forum Discussion

Sam_Jask's avatar
Sam_Jask
New Member
1 year ago
Solved

Conditional Formatting in Tables with the Same Underlying Dataset and Different Filter Context

I am very new to Power BI, and so I apologize for any obvious mistakes here.   I'm working on creating a Power BI dashboard where a user can use slicers to select two model numbers from a database,...
  • Greg_Deckler's avatar
    1 year ago

    Sam_Jask You can't use a calculated column as those are not dynamic, you would need to use a measure and I would suggest a measure that returns "#FF0000" or "#00FF00" and build all the logic into the measure.