Forum Discussion

beerygaz's avatar
beerygaz
Frequent Visitor
8 years ago
Solved

DATEDIFF doubles result

I have a strange situation using DATEDIFF to calculate seconds between two datettime fields.  I add a new column in my report called 'Duration':   Duration = DATEDIFF([Alert_Start],[Alert_Finish],S...
  • shill1000's avatar
    8 years ago

    The DAX is OK, are you sure it's not a data issue? Is it counting multiple records against the same index etc? Sample data will proabbly be more help here than anything else.