Forum Discussion
J918
2 years agoFrequent Visitor
Datediff slicer not correct
I have this DAX code to show how many minutes a process ran: Process Time Minutes = DATEDIFF(META[PROCESS_START_TIME], META[PROCESS_END_TIME], MINUTE) I then put a slicer: However, it's ...
- 2 years ago
I figured it out. Changed my DAX to:
Process Time Minutes = DATEDIFF(META[PROCESS_START_TIME], META[PROCESS_END_TIME], SECOND) / 60
Anonymous
2 years agoNot applicable
We are really glad to know that the problem has been solved. We're also glad that you've shared your solution in the community, it's very helpful.
Please consider accepting your post as a solution to help other members find solutions faster.
Certainly, if there is anything else we can do for you, please do not hesitate to contact us.
Best Regards,
Leroy Lu