The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |