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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
AmberJane
Helper III
Helper III

Business Days Since a Date

Hello, 

 

I have a table with an incident date. I need to create a column that calculates the business days between that date and todays date so that I can filter a report to only show me incidents older than 2 business days. I do have a date table that has a is weekday true/false column. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @AmberJane ,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data. 

Date table:vtangjiemsft_0-1711073099065.png

Table:vtangjiemsft_1-1711073140865.png

(2) We can create a calculated column.

Column = COUNTROWS(FILTER('Date Table',[date]>=EARLIER('Table'[incident date]) && [date] <=TODAY() && [weekday]=TRUE()))

(3) Then the result is as follows.

vtangjiemsft_2-1711073394492.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @AmberJane ,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data. 

Date table:vtangjiemsft_0-1711073099065.png

Table:vtangjiemsft_1-1711073140865.png

(2) We can create a calculated column.

Column = COUNTROWS(FILTER('Date Table',[date]>=EARLIER('Table'[incident date]) && [date] <=TODAY() && [weekday]=TRUE()))

(3) Then the result is as follows.

vtangjiemsft_2-1711073394492.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Worked!! super easy to follow. Appreciate you 🙂 

lbendlin
Super User
Super User

Does your date table also have a business day flag column?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.