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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

DATEYTD issue

Hello Team,

 

Hope you are fine. I am having an issue with the below DAX:

 

Total_Sales_FYTD = Calculate(Sum(Append1[Sales_Amount]),
(DATESYTD(Append1[Date],"31/12")))
 
It was working until I refreshed and below is the error message: 
Hasvine2022_0-1659501219429.png

 

I tried checking online but I can't figure out the issue. Could you please kindly assist?

 

Thank you.

 

Kind Regards

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , for time intelligence always use date table joined with your date of the table

 

Total_Sales_FYTD = Calculate(Sum(Append1[Sales_Amount]),
(DATESYTD(Date[Date],"31/12")))

 

refer why

Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4


To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thank you. Works fine. 😁

MahyarTF
Memorable Member
Memorable Member

Hi,

it seems, you data is updated and now you have same date and value in your table.

just check the below post :

https://community.powerbi.com/t5/Desktop/A-Date-Column-Containing-duplicate-Date-was-specified-in-th...

Mahyartf
amitchandak
Super User
Super User

@Anonymous , for time intelligence always use date table joined with your date of the table

 

Total_Sales_FYTD = Calculate(Sum(Append1[Sales_Amount]),
(DATESYTD(Date[Date],"31/12")))

 

refer why

Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4


To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.