Forum Discussion
JustNewbie
3 years agoHelper I
Networkdays Date diff between two tables
Hi, I have 2 different connected tables. How do i include the Networkdays in the Dax below? Days = DATEDIFF(RELATED(Packing[Date].[Date]),Shipping[Date ].[Date],DAY) I try this but it give me ...
- Anonymous3 years ago
you have created a column instead of a measure
For a column, it would go as below:
JustNewbie
3 years agoHelper I
Hi, can anyone advise please?