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
Ingo_LCC
Frequent Visitor

Reporting on data older than 15 days but considering working days only.

Hi team.

I am trying to report from a data set only on data older than 15 business days.
I managed to display older than 15 days but cannot find a solution to consider the holidays for my area, as I only want the working days in the 15.

 

Application.lodgeDateolder3Weeks =
IF(
    DATEDIFF('Applications ONLY'[Applications.LodgedDate],TODAY(),DAY) >=15,
    TRUE(),
    FALSE())


I created an individual column for our holidays that has True and False as statements.

Any ideas?

Ingo_LCC_0-1660185837587.png

 

Any assistance is appreciated.

Thank you.

4 REPLIES 4
lbendlin
Super User
Super User

Have you looked at this new function? NETWORKDAYS function (DAX) - DAX | Microsoft Docs

Thank you for providing a solution.

However, I'm trying to count my active applications older than 15 days and not count the days.

Except I am not seeing 'the forest because of all the trees' 😉

Kind regards.

Please provide sanitized sample data that fully covers your issue. I can only help you with meaningful sample data.
Please paste the data into a table in your post or use one of the file services like OneDrive or Google Drive. Screenshots of your source data are not useful.
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Anonymous
Not applicable

Hi @Ingo_LCC,

Any update on this? Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

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.