Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I'm trying to get my KPI visual to show amber for a range of values. I tried using the trend axis conditional formatting to achieve that, however, it doesn't seem to give me the desired outcome. It's still showing colors based on whether the KPI is above or below the target. Any help? Anyone?
Solved! Go to Solution.
Hi @Anonymous ,
You can set dynamic colors for the corresponding regions by clicking the fx flag in Format - Trend axis or Target value.
Here are the steps you can follow:
If you want the color and Value of the later trend graph to change, you can create a measure.
1. Create measure.
color =
IF(
[Measure 2] >=1&&[Measure 2]<=14,"amber","yellow")2. Trand axis – Bad color -fx.
3. 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
Hi @Anonymous ,
You can set dynamic colors for the corresponding regions by clicking the fx flag in Format - Trend axis or Target value.
Here are the steps you can follow:
If you want the color and Value of the later trend graph to change, you can create a measure.
1. Create measure.
color =
IF(
[Measure 2] >=1&&[Measure 2]<=14,"amber","yellow")2. Trand axis – Bad color -fx.
3. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 39 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 73 | |
| 73 | |
| 38 | |
| 35 | |
| 26 |