Forum Discussion
Anonymous
2 years agoNot applicable
Best Visual For Comparing Two Dates
I have three columns, Phsyical Date, Price Approved Date and a caluclated column called Lag that calculates the days between the the dates. I currently have it in a table visual. Is there another vi...
Anonymous
2 years agoNot applicable
Hi Anonymous ,
You might consider using the following dax:
Measure =
AVERAGEX(
ALL('Table'),
DATEDIFF([Physical],[Pricew Approved],DAY))
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years agoNot applicable
Hi, this was not working, it would not let me put DATEDIFF. Please advise. Thank you.