Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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.
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 42 | |
| 40 | |
| 40 |