Hi everyone,
I try to calculate the difference, in terms of time, between two datetime values. The problem is that when I use datediff, there is an error message : "In DATEDIFF function, the start date cannot be greater than the end date". This message isn't justify because the start date isn't greater than the end date...
I tried also a "simple" difference between the two dates (with DATE, RIGHT and LEFT) but it doesn't work because of the format.
An exemple of date : 2015-08-12T08:14:03.2830000.
Is there anyone that could help me please?
Sorry if the question seems basic, I'm not (yet) an expert in DAX :-)!
Thank you! Have a nice day!