Forum Discussion
Sam_Jask
1 year agoNew Member
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,...
- 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.
Greg_Deckler
1 year agoCommunity Champion
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.