Power bi Date Difference - 8 Different Examples - EnjoySharePoint
https://www.enjoysharepoint.com/power-bi-date-difference/
Power bi date difference from today To find the difference between the date from today, for this we will create calculated column. Go to modelling tab -> New column from the ribbon in power bi desktop. Then write the DAX measure :Diff = DATEDIFF (Table1 [Date], TODAY (),DAY)
To find the difference between the date from today, for this we will create calculated column.
Go to modelling tab -> New column from the ribbon in power bi desktop.
Then write the DAX measure :Diff = DATEDIFF (Table1 [Date], TODAY (),DAY)
DA: 55 PA: 28 MOZ Rank: 31