Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register 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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |