Forum Discussion
mHarbo
5 years agoNew Member
I have problem regarding the datediff
I have problem regarding the time difference between two dates. The dax code is: DATEDIFF([AssignedDate],CALCULATE(Min([Modified]), [RevisionNumber]>[RevisionNumber]+1),HOUR) The reason for...
Anonymous
5 years agoNot applicable
I guess this is a formula in a calculated column? If so, then you'd be much better off moving the calculation to Power Query. Invoking measures on big fact tables row-by-row is one of the worst things you can do in Power BI.