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
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 20 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 63 | |
| 56 | |
| 47 | |
| 44 | |
| 37 |