Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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 @Steffano ,
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 @Steffano ,
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
42 | |
40 |