Forum Discussion
Su2020
2 years agoNew Member
Date functions in Power Bi
Hi all, I'm trying to make the exact calculations below in Power BI, and while they work flawlessly in Excel, I'm having trouble getting them to function in Power Bi. Could someone please assist ...
ChiragGarg2512
Solution Sage
2 years ago1- POSTED ON should be a number if it has to be subtracted from TODAY()
2- Today() returns a date, not the day.
3- Today()-startdate will return a date instead of the number of days in between
Su2020
2 years agoNew Member
so, what should I use instead of today()?