Forum Discussion
shainis
Helper I
7 years agoDATEDIFF help
Hi, I'm trying to calculate DATEDIFF but getting weird results... I would like to see in "Column" 1.5, 1.5, 2, 1.5 etc. I'll appreciate your help with that. Thanks!
AlB
Community Champion
7 years agoHi shainis
A few questions:
Can you share the pbix? Are [EndDate] and [EventDate] measures? Can you show their code?
Is what you want to calculate a column or a measure?
In the meantime, try this instead:
([EndDate] - [EventDate]) * 24
which should yield the difference in hours