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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anik
Helper I
Helper I

Difference between two dates

m.PNGCapture.PNG

Hello good people, now I am reading "Definitive Guide to dax - Alberto Ferrari". The first image shows the the days between delivery dates and order dates. The 2nd image is the practice file done by me and what you can see is the negative differences. I am working with the same data been used in this book but it's not working for me It's been 3 days I am trying everything to  get the accurate result, but I failed. I can't understand what the fault is in tha dataset. For your help, I've provided the file to go it over. 

https://drive.google.com/file/d/1R43cXcP0Fa1jdgbXVvq6FhMv2HrYvSWp/view?usp=sharing  .   

1 ACCEPTED SOLUTION

@Anik , I tried this in the file as new column , see all +ive

 

DaysToDeliver = if(Sales[Order Date]<Sales[Delivery Date], datediff( Sales[Order Date],Sales[Delivery Date] ,day ) ,datediff( Sales[Delivery Date] ,Sales[Order Date],day ))

 

 

 

 

View solution in original post

3 REPLIES 3
Anik
Helper I
Helper I

@amitchandak , tried but same result, negative difference. 

@Anik , I tried this in the file as new column , see all +ive

 

DaysToDeliver = if(Sales[Order Date]<Sales[Delivery Date], datediff( Sales[Order Date],Sales[Delivery Date] ,day ) ,datediff( Sales[Delivery Date] ,Sales[Order Date],day ))

 

 

 

 

amitchandak
Super User
Super User

@Anik , have tried datediff

example new column

new column = datediff ([order date], [Delivery Date],day)

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.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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