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
miguelHG
Frequent Visitor

Help with this problem

It is a very simple topic, but I can't find the solution, I need to set the days between 2 dates, try "Datediff", but it asks for the dates, but when I write the field, the program does not take it:

 

miguelHG_2-1610656291689.png

 

I also tried to create a measure in another table that pulls the date that I need, but I couldn't, can someone help me? Thanks

 

miguelHG_1-1610656256098.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @miguelHG 

Are you sure your fields are Date or DateTime fields? I used this formula to test and it works fine:
CalculatedColumn:

Datediff = DATEDIFF('Table'[DocDate],'Table'[DocDueDate],DAY)

And for a measure:

DateDiffMeasure = DATEDIFF(SELECTEDVALUE('Table'[DocDate]),SELECTEDVALUE('Table'[DocDueDate]),DAY)


 Result:

Screenshot_21.png

 

Eric.  

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @miguelHG 

Are you sure your fields are Date or DateTime fields? I used this formula to test and it works fine:
CalculatedColumn:

Datediff = DATEDIFF('Table'[DocDate],'Table'[DocDueDate],DAY)

And for a measure:

DateDiffMeasure = DATEDIFF(SELECTEDVALUE('Table'[DocDate]),SELECTEDVALUE('Table'[DocDueDate]),DAY)


 Result:

Screenshot_21.png

 

Eric.  

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.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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