Forum Discussion
Anonymous
8 years agoNot applicable
cannot find date value
Hello All, This is my first try of Power BI, trying to figure out many new things, and get stuck with calcuating the datediff field. The issue is that it won't read my date field automatci...
Ashish_Mathur
8 years agoSuper User
Hi,
Try this
=MAX('Details'[DueDate])-MAX('Details'[ASOFDATE])
Hope this helps.