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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

ADD or MINUS NUMBER OF WORKING DAYS FROM A DATE

Hi guys,

 

I am new to Power Bi, hoping someone will be able to assist me. I am trying to add (and remove- in another report) a number of working days from a date. I have a date table already and a workday column. Below is logic in excel, trying to convert this into DAX:

Mugisha_0-1596439135023.png

 

1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

Has your problem been solved?

Please refer to my .pbix file.

 

v-lionel-msft_0-1597997425061.png

 

Best regards,
Lionel Chen

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

5 REPLIES 5
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

Has your problem been solved?

Please refer to my .pbix file.

 

v-lionel-msft_0-1597997425061.png

 

Best regards,
Lionel Chen

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

Anonymous
Not applicable

😁 Thank you!!!!!!

v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

v-lionel-msft_0-1596519010058.png

Why are the start date and end date in the NETWORKDAYS function the same?

You may meed to create a measure like this.

Measure = 
IFERROR(
    SWITCH(
        TRUE(),
        MAX([Expiry Indicator]) = "No Expiry Date", BLANK(),
        DATEDIFF( ) = 0, DATEADD(Sheet5[Tenancy Expiry Date], -20, DAY),
        DATEDIFF( ) = 1, DATEADD(Sheet5[Tenancy Expiry Date], -19, DAY)
    ),
    "Check"
)

Please give a sample data of the table if you cant get the correct result and explain your calculation logic again.

 

Best regards,
Lionel Chen

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

Greg_Deckler
Community Champion
Community Champion

@Anonymous - See if this helps, it was written as a replacement for Excel NETWORKDAYS: https://community.powerbi.com/t5/Quick-Measures-Gallery/Net-Work-Days/td-p/367362

 

Also, see this more general Excel to DAX Translation page: https://community.powerbi.com/t5/Community-Blog/Excel-to-DAX-Translation/ba-p/1060991



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
amitchandak
Super User
Super User

@Anonymous , refer this

Travelling Across Workdays - Decoding Date and Calendar 4-5 - Power BI Turning 5 Celebration Series
https://community.powerbi.com/t5/Community-Blog/Travelling-Across-Workdays-Decoding-Date-and-Calendar-4-5-Power/ba-p/1187766

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 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.