Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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,
Solved! Go to Solution.
@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 )
Proud to be a Super 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 )
Proud to be a Super User!
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
6 |