Forum Discussion
Need help in adding conditional font/background color
- Anonymous2 years ago
Hi manojk_pbi ,
Here are the steps you can follow:
1. Create measure.
Color = var _idealRunrate=0.33 var _addidealRate=0.38 var _idealdecrease=0.28 return IF( MAX('Table'[RunRate]) >= _idealdecrease&&MAX('Table'[RunRate])<=_addidealRate, "Green","Red")2. Conditonal formatting – Background color.
3. Background color – RunRate.
Format style – Field value/
What filed should we base this on – [color]
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Step 1: - Right click on the measure/column for which you would like to apply
the formatting rule
Step 2: - In our scenario, we need to apply a conditional
formatting on Font color which can be selected by right clicking on the conditional
formatting option: -
Step 3: - Apply the below logic and click on OK.
Output : -
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.