Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello Team,
I need your help in the below scenario
i want to calculate the duration column where it shows the number of hours and minutes taken to resolved the call excluding weekends (Created on from Resolved on columns). If you look at the second row it has calculated correctly in Network duration 0.09 minutes but row one is taking 3 days but my network duration is showing 23:00.
Below is the formula, i have used for network duration:
Can you please help me at the earliest,thanks
Solved! Go to Solution.
@jainparag i think you forgot second max date in table name.i highlight that you miss out in code.
MM = ABS(DATEDIFF( MAX( 'Data'[Created on]), MAX(Data[Resolved on] ),MINUTE))Data[Resolved on]
@jainparag If this post helps, then please consider Accept it as the solution and give Kudo to help the other members find it more quickly.
thank you!
@jainparag i think you forgot second max date in table name.i highlight that you miss out in code.
MM = ABS(DATEDIFF( MAX( 'Data'[Created on]), MAX(Data[Resolved on] ),MINUTE))Data[Resolved on]
@jainparag If this post helps, then please consider Accept it as the solution and give Kudo to help the other members find it more quickly.
thank you!
Thanks Mahesh,
As per you, i am trying the below code:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.