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.
I monitor apr. 200 processes. Each process typicaly contains 5 activities. Today I monitor start and end of each process, but I need a solution to measure the time from start act. 2 to end act. 4 in each prosess.
Any suggestions?
@OHM,
Please share us some sample data. Generally, we can use the DAX to get the difference between two datetime field.
Measure = DATEDIFF(MAX(Table2[Start]),MAX(Table2[End]),SECOND)
Regards,
Charlie Liao
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |