Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi ,
I want help in DAX for calculating time difference between 2 date fields from separate source tables.
Fullname is the comman field between both the tables , Refferal sent and Outcome created are from different tables.
Thanks for helping in advance.
AOD
Hi @AOD ,
Try creating a Column in the main table.
Column = DATEDIFF( 'Table'[Referal Sent], RELATED('Table' [Outcome Created]), DAY)
Regards,
Harsh Nathani
Where are you stuck? Are the tables linked with a relationship on fullname? can you show the data model?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |