Forum Discussion
Anonymous
5 years agoNot applicable
Use January as target
Hi community, My company decided to use Jauary 2020 as Target. We aim to make every month revenue reach the same level as it was on Janurary 2020. I have two problems regarding this issue to cons...
- 5 years ago
Anonymous -
For #1, can you clarify if you want the TARGET to be same as the 1 Jan 2020 always? Or do you want to display a constant value of 5.14 Million per day?
For #2, you can get the desired result using Summarize and SUMX as below.TargetSum =
SUMX(SUMMARIZE( d_date,d_date[year_month],"TargetTotal", [target]),[TargetTotal])
Anonymous
5 years agoNot applicable
Hi Anonymous ,
You said 5.14 is average revenue of Jnauary 2020, but how to get it? Based on my test, the result I got is 5.35M
Avg of 2020-01 = CALCULATE(SUM(bill_info[net_amt]) / DISTINCTCOUNT('bill_info'[bill_date]),FILTER('bill_info',YEAR([bill_date])=2020 && MONTH([bill_date])=1))
Could you please tell me more details?
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.