Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I have Sales Quotas that are basically fixed every month but I'm stumped on how to calculate the YTD Quota.
So, if every month the quota is $60,000, obviouslt the YTD would be "$60,000" and nextmonth would be "$120,000" but I'm not sure how to write that measure
Solved! Go to Solution.
Hi @bhmiller89,
You can try to use below formula which used to calculate the running total:
Measure:
TotalYTD= Calculate(Sum(Table[AmountColumn]),Filter(ALL(Table),Table[DateField]<=Max(Table[DateField)&&Year(Table[DateField])=Year(Max(Table[DateField))))
Regards,
Xiaoxin Sheng
Hi @bhmiller89,
You can try to use below formula which used to calculate the running total:
Measure:
TotalYTD= Calculate(Sum(Table[AmountColumn]),Filter(ALL(Table),Table[DateField]<=Max(Table[DateField)&&Year(Table[DateField])=Year(Max(Table[DateField))))
Regards,
Xiaoxin Sheng
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
110 | |
109 | |
94 | |
61 |
User | Count |
---|---|
171 | |
139 | |
133 | |
103 | |
86 |