DAX: How to calculate the difference between two dates using DATEDIFF
In this article, we will show you how can calculate the difference between two dates in Power BI using DAX. The DAX function we use to achieve this is DATEDIFF. This returns the difference between two date fields and can be expressed in days, weeks, months, seconds, and more. We go over different common questions … Read more