The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
8 | |
7 |