Forum Discussion
Mahamood0218
4 years agoHelper II
Date difference between two different tables columns
Hi PBI Experts, We have two different tables Tabele1 and Table2 in that table i need find Caluclated Column dax function for Date diffence between two tables(Joining date and Action date along with...
- 3 years ago
Hi, Mahamood0218 ;
Try it.
Diff = DATEDIFF(RELATED(Table1[Joining date]), [Action date],DAY)The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yalanwu-msft
3 years agoCommunity Support
Hi, Mahamood0218 ;
Try it.
Diff = DATEDIFF(RELATED(Table1[Joining date]), [Action date],DAY)
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.