Forum Discussion
Date difference between two different tables
- 6 years ago
I tried to create a Data model that can refer to your data model. Please find this pbix, where I created 4 ways how can you get date diff from two different tables.
I created a common dim, Date dim. Common dim for date diff. The date dim just for your ref.
I also populated dates from one table to another to get date diff.
https://www.dropbox.com/s/y47ah38sr157l7t/Oder_delivery.pbix?dl=0
Let me know if this can solve your purpose.
I tried the first method but get an error on the comma (after date shipped).
Remember that these are in two different tables, and that "request date" is not connected to my date table (but it is in the same table as order date).
In the first formula, you do not need date dim, You only need common order dim or some other dim to have line-level diff.
Try second method