Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I need assistance in calculating Cycle Time Average-
Requirement is like below-
Cycle Time average | Average # of days between submission date and End date for all unique application ID |
I have attached a sample pbix file and have calculated the difference between the days but not sure how to calculate the average cycle time.
Please assist me.
@Anonymous I did this:
Measure = AVERAGEX(SUMMARIZE('DataSet',[Application Id],"CycleCount",(MIN([End Date]) - MAX('DataSet'[Submission Date])) * 1.),[CycleCount])
Updated PBIX is attached below sig
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.