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 all,
I have two tables which contains two time fields, i need to get the time duration between two time fields, two tables contains relationship between them using IncidentId. How to create column/measure for this? Please find below images for refrence. Thanks in Advance.
Hi @Anonymous
how do you plan to deal with time from different days? for example date A = 22 March 23:59:59, date B = 23 March, 01:00:00 ?
If it doesn't matter, create a simple column
Date = Table2[ClosedTime] - Table1[SubmitTime]
and then set DateType as Time in Modeling ribbon
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
8 | |
7 |