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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
erezbenmoshe
Advocate I
Advocate I

DATEDIFF

DATEDIFF doesn't show the expected difference.  I am trying to calculate "Months from first purchase".  

Both columns are the same date format.  The difference I get is not correct.

 

This is a calcualted column:

Months from first purchase = DATEDIFF(FactSalesCache[FirstDate], FactSalesCache[Date], MONTH)
 
 

Capture.JPG

 

Thanks,

Erez

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

It looks like you pulled that column into a visual and the field is set to SUM.  My guess is the second line represents 3 records in your data set (4 months diff * 3 = 12) and the third line is covering 2 records.  Try changing the field to show the AVERAGE.

View solution in original post

4 REPLIES 4
nilimarodrigues
Helper III
Helper III

Could it be your date format? I tried with MM/DD/YYYY format and DATEDIFF works perfectly fine.

Another alternate formula could be:

DIFFERENCE = month('SAMPLE'[FIRSTSALE])-month('SAMPLE'[FIRSTPURCHASE])
Nathaniel_C
Super User
Super User

ddiff.PNG

 

Hi @erezbenmoshe ,

Works here.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




jdbuchanan71
Super User
Super User

It looks like you pulled that column into a visual and the field is set to SUM.  My guess is the second line represents 3 records in your data set (4 months diff * 3 = 12) and the third line is covering 2 records.  Try changing the field to show the AVERAGE.

You are right!! I am embarrassed that I did not figure it out myself 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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