Forum Discussion
YTD Calculation not working
Hi,
I am starting to learn Power BI and i am stuck while doing YTD calculation.
I linked 2 tables. Table 1: Customer name, Ordered Date, Revenue
Table 2: Created a DIM Table
Hey,
this seems odd ...
Here you will find a sample pbix file
The Revenue YTD measure looks like yours:
Revenue YTD = TOTALYTD(SUM('Fact'[Revenue]),'Calendar'[Date])Please check your relationships, the relationships look like this:
And my sample data looks like this:
Hopefully this proivides you with the necessary hint.
Regards,
Tom
3 Replies
- TomMartensSuper User
Hey,
please provide the exact formula of your YTD calculation.
Besides that, maybe you want to have a look at this site: https://www.daxpatterns.com/time-patterns/
Regards,
Tom
- AnonymousNot applicable
Hi Tom,
Thanks for the fast reply.
YTD Revenue = TOTALYTD(sum(Data[Revenue]),'NEW DIMTABLE'[Date])- TomMartensSuper User
Hey,
this seems odd ...
Here you will find a sample pbix file
The Revenue YTD measure looks like yours:
Revenue YTD = TOTALYTD(SUM('Fact'[Revenue]),'Calendar'[Date])Please check your relationships, the relationships look like this:
And my sample data looks like this:
Hopefully this proivides you with the necessary hint.
Regards,
Tom