Forum Discussion
Anonymous
5 years agoNot applicable
Dax Issue
HI Everyone,
i am Struggling on Some Dax Side and my data sources is mysql. I don't know how to create that same format in power bi.Please sort me out.Please find the below attachements. but they are using two tables to find timediff.
Advance Thanks,
Anonymous,
See the article below:
https://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486
The measure [Duration in Seconds] could be something like this:
Duration in Seconds = DATEDIFF ( Table[Start_Time], Table[End_Time], SECOND )
1 Reply
- DataInsightsSuper User
Anonymous,
See the article below:
https://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486
The measure [Duration in Seconds] could be something like this:
Duration in Seconds = DATEDIFF ( Table[Start_Time], Table[End_Time], SECOND )