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, I need to calculate the average response time between two timestamps
For example, in this case should be: 0 days 0 months 0 years 00:04:41
(my goal is to have a card with the average response time)
thank you all
Consider:
Measure =
AVERAGEX('Fact Table', [Date1]-[Date2])
Proud to be a Super User! | |