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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Hasvine2022
Helper I
Helper I

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

@Hasvine2022 , 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-bd52912a5b...


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.

View solution in original post

3 REPLIES 3
Hasvine2022
Helper I
Helper I

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

@Hasvine2022 , 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-bd52912a5b...


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.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.