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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.