Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi, We have a target which is to decrease by 10% from previous year.
I've created my target measure which works fine and using this in the Gauge visual vs. actuals:
Solved! Go to Solution.
Hi, @Alpesh
Based on your description, I've created the entire sample data below:
I'm going to simulate your measure using the whole of the following: [Af. Bonn-Art-Rasteyer]
AvePhone AHT-Last Year = SUM('Table'[Ave. Phone AHT - Last Year])
Target Phone AHT:
Target Phone AHT =
VAR TenPc = [AvePhone AHT-Last Year]*0.1
Return [AvePhone AHT-Last Year]-TenPc
Actual measure:
EachMonth = SUM('Table'[Ave. Phone AHT - Last Year])
To keep the Target Phone AHT metric flat over the course of a year, I created a metric using the following DAX expression:
Measure = CALCULATE([Target Phone AHT],ALL('Table'[Month]))
This ignores the month context and leaves other filters such as country and year intended. Here are the results:
I have provided the PBIX file used this time below for your reference.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Alpesh
Based on your description, I've created the entire sample data below:
I'm going to simulate your measure using the whole of the following: [Af. Bonn-Art-Rasteyer]
AvePhone AHT-Last Year = SUM('Table'[Ave. Phone AHT - Last Year])
Target Phone AHT:
Target Phone AHT =
VAR TenPc = [AvePhone AHT-Last Year]*0.1
Return [AvePhone AHT-Last Year]-TenPc
Actual measure:
EachMonth = SUM('Table'[Ave. Phone AHT - Last Year])
To keep the Target Phone AHT metric flat over the course of a year, I created a metric using the following DAX expression:
Measure = CALCULATE([Target Phone AHT],ALL('Table'[Month]))
This ignores the month context and leaves other filters such as country and year intended. Here are the results:
I have provided the PBIX file used this time below for your reference.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 39 | |
| 23 | |
| 23 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |