Forum Discussion
Anonymous
4 years agoNot applicable
PLEASE HELP - Formula Bar
Hi, Is there any reason that formula bar only displays some tables when you try to create things ? In other words, formula bar says " Can not find name ", I typed it correctly and I still can ...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
The DATEDIFF function returns the count of interval boundaries crossed between two dates.
Syntax
DATEDIFF(<start_date>, <end_date>, <interval>)
For example, DATEDIFF(MIN( Calendar[Date] ), MAX( Calendar[Date]), SECOND ) will return seconds.
The formula you provided doesn't seem right.
It would be nice if you could provide some dummy data and expected results.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.