Hi all - wondering if anyone knows how to conditionally format a column (font color) based on it's value relative to another column? Example - below, if the Actuals column is greater than the AOP column, I'd like the font color of the Actuals column to be red. If the Actuals column is less than the AOP column, I'd like it to be green.
Solved! Go to Solution.
Create a measure like:
You do not need to use CALCULATE as you are not modifying any initial filter context.
Inv Bal Actual = SUM(Amsterdam[Inventory Balance - Actuals])
________________________
If my answer was helpful, please click Accept it as the solution to help other members find it useful
Click on the Thumbs-Up icon if you like this reply 🙂
Create a measure like:
Thank you, @Fowmy! After creating [Inv Bal Actual] and [Inv Bal AOP] as measures themselves, this worked perfectly.
Follow up question - is there a better way to create these measures than inputting the following formula
Join us for an in-depth look at the new Power BI features and capabilities at the free Microsoft Business Applications Launch Event.
User | Count |
---|---|
436 | |
147 | |
120 | |
51 | |
49 |
User | Count |
---|---|
449 | |
132 | |
122 | |
80 | |
71 |