Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
srivally
Helper I
Helper I

Calculate YTD for duplicate dates

Hello Experts,

I am very new to PowerBI. I searched a lot to calculate YTD and came to know that we can calculate YTD only when we have distinct continous dates. But in my case I have multiple values for single date and I wanted to calculate YTD. I tried the following calculation
YTD = TOTALYTD(SUM('Sales'[Net Sales]),'Date'[Date]), but I'm getting same values as NetSales. It is not calculating YTD as we are having multiple values for single date. Here Sales is the main table and Date is Calendar table, I have created 1:1 relationship among Sales and Date table by  creating unique column and tried. But no luck as we are having multiple dates in Date table as well. Can anyone help me on this?

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@srivally,

You date table doesn't contain all the possible date values of your sales table, and you don't create relationship between the two tables, thus you don't get expected YTD value.

Please check the attached PBIX file.


Regards,
Lydia

View solution in original post

14 REPLIES 14
Anonymous
Not applicable

@srivally,

You date table doesn't contain all the possible date values of your sales table, and you don't create relationship between the two tables, thus you don't get expected YTD value.

Please check the attached PBIX file.


Regards,
Lydia

@Anonymous
I have created the relationship, but I'm getting YTD as blank values. I have attached the same here
https://www.dropbox.com/h

Anonymous
Not applicable

@srivally

Please check your Date table and create a visual as shown in the YTD-MOD PBIX file. By the way, I am unable to access your PBIX file.

Regards,
Lydia

@Anonymous
I have checked the Date table and Sales table as well. I'm not sure where I'm missing. Can you please help me on this.
https://www.dropbox.com/s/nrjusedc2na7kz4/YTD.pbix?dl=0

Anonymous
Not applicable

@srivally

Have you checked the YTD-MOD pbix file I shared? As my previous post, your date table doesn't contain all the possible date values of your sales table. Please change your Date table to the following:
0.PNG



Regards,
Lydia

@Anonymous

Thank you. I was missed it.

hi I am doing the right relationship and all the dates are popping in the datedim but when I create a table with both the relationship dates I get null in datedim column can you plz help me?

 

@Anonymous

The datedim is a table created using DimDate = CALENDAR("1/1/2008","12/31/2020") and submit date is a another column in other table with duplicate dates. The relationship is both ways between the two column in spite of it when I try creating a table between the 2 columns I get null values for dimdate column

popov
Resolver III
Resolver III

Hello, @srivally

Did you mark your calendar table as Date Table?

@popov
I have mentioned the same, but no luck.

Anonymous
Not applicable

@srivally,

Please create visuals as shown in the attached PBIX file.

Regards,
Lydia

@Anonymous
I have tried the same way, as we are having two values for single date,YTD is not getting as expected. I have attached the link to get my data in detail. Please check and help me with an idea.https://www.dropbox.com/s/nrjusedc2na7kz4/YTD.pbix?dl=0
Thanks

Hello @srivally

Try with the following measure.

 

YTD = TOTALYTD(SUM(Sales[NetSales]),VALUES('Sales'[Date]))

 

let me know if it works

@Washivale
It is working. Thank you.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.