Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
154 | |
112 | |
60 | |
54 | |
35 |