Forum Discussion
Calculate a Date Difference
Well, yes and no. there are other questions regarding the same DAX. What I was not as clear about as I intended to be is the fact that when I am trying to enter the measure, BI isn't recognizing my table references. Even when I key them in, it will not pull the information but it also doesn't offer any help as far as suggestions for table names or columns through autofil.
- Anonymous10 years agoNot applicable
ah, I understand now. Yeah, I see the same odd behavoir. On some calculations (Sum, AVERAGE) etc, the autofill works, and in other cases it isn't... odd
- DamienW9 years agoFrequent Visitor
Old thread I know, and there doesn't seem to be an update?
I am coming across the same issue, where PBI doesn't seem to allow me to use different table references for each value. Even when I write them in myself, it doesn't seem to recognise them at all?
Is this a limiation of PBI?
- DamienW9 years agoFrequent Visitor
Actually I tried combining datediff with related, and it seems to work, try something like:
Days to Convert = DateDiff('Table1'[Orderdate], related('Table2'[DateConverted), DAY)"
See how that goes?