Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
lennox25
Post Patron
Post Patron

How to adjust a formula to incorporate within 1 day

Please help - How can the below formula be adjusted to show within 1 working day of incident. Currently it just shows the total days between. I dont want to use filters. Thank you.
 
Within 1 Working Days of Incident (exc. Weekends/Holidays) = if(ISBLANK('Table'[Date of Incident]),BLANK()
, if(ISBLANK('Table'[Date Informed of Incident]), BLANK()
, CALCULATE(SUM('Date_Table'[IsWorkDay]),
DATESBETWEEN('Date_Table'[Date],
'Enf Delivery Tracker'[Date of Incident],
'Enf Delivery Tracker'[Date Informed of Incident])
)))-1
0 REPLIES 0

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.