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.
Dear Sir
i have one table as shown:
i want to calculate avearge of delay in days
here some condition:,
final date= if(actual date=blank,plan date,actual date)
delay= final date - forecast date
calculate Average of delay where delay>0 ??
How can i get this by measures ??
Hi @Anonymous ,
You can create a calculated column to calculate delay
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
Connect with me on LinkedIn: https://www.linkedin.com/in/jaideepnema/
any way to do without creating calculated column ??
HI @Anonymous,
You can add a variable with summarize function to summary table records and add the custom field with calculated expression, then you can use the iterator function to apply the second aggregations.
Measure Totals, The Final Word
Regards,
Xiaoxin Sheng
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.