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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
DLM0830
Regular Visitor

Date difference between two data from different table

HI !

 

I am trying to get an interval between two date from different excel files. I have tried datediff with lookupvalue but all I can get are syntax. I can't even merge my tables since it has many to many relationship. Anyway, I have put a screen shot of one of my sheets.

 

Capture.PNG

1 REPLY 1
Anonymous
Not applicable

HI @DLM0830,

 

I'd like to suggest you create a calendar table based on unique date value from those tables, then use calendar as bridge table to link original tables.

 

After these steps, you can try to create a measure to calculate datediff between different date fields.

 

BTW, you can try to use below measure formula if it works for your scenario.

Measure =
DATEDIFF (
    SELECTEDVALUE ( Table1[Order Date] ),
    SELECTEDVALUE ( Table2[Po Date] ),
    DAY
)

 

If above not help, can you please share some sample data or pbix file to test?

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.