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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
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.