The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
107 | |
79 | |
71 | |
48 | |
39 |
User | Count |
---|---|
136 | |
108 | |
70 | |
64 | |
57 |