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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
RonaldvdH
Post Patron
Post Patron

Formula to subtract days based on a date column

Ive such a simple question but im unable to fix it.

 

I need to plan an activity base upon another activity and therefore i need to subtract 14 days from a date column but the result returns a date in the year 1899

 

The formula is simple 

Sisu gepland = Adressen[civiel begin]-14
 
But the result is 50% correct because the date is good but the year wrong and actually i want to subtract 14 working days
2 ACCEPTED SOLUTIONS
ibarrau
Super User
Super User

Hi, it will depend in where you solve this. You have to create a new column. If you want to solve it in edit queries check "AddDays" function. If you want to solve this with DAX check "DATEADD" function. In order to make it work the column has to be date type. 

 

Hope this helps,

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


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

Happy to help!

LaDataWeb Blog

View solution in original post

@ibarrau ive corrected the problem and the right formula should be 

 

Sisu gepland = dateadd(Adressen[civiel begin].[Date];-14;DAY)
 
However do you know how to make sure it subtracts workingdays instead of just days because in this formula the date could be a saturday or sunday.
I have a 'date' table with a column in it to check if its a weekday

View solution in original post

4 REPLIES 4
ibarrau
Super User
Super User

Hi, it will depend in where you solve this. You have to create a new column. If you want to solve it in edit queries check "AddDays" function. If you want to solve this with DAX check "DATEADD" function. In order to make it work the column has to be date type. 

 

Hope this helps,

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


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

Happy to help!

LaDataWeb Blog

@ibarrau ive corrected the problem and the right formula should be 

 

Sisu gepland = dateadd(Adressen[civiel begin].[Date];-14;DAY)
 
However do you know how to make sure it subtracts workingdays instead of just days because in this formula the date could be a saturday or sunday.
I have a 'date' table with a column in it to check if its a weekday

Power bi by default won't help you with working days. This is something you have to create, do some data modeling first.

Check this post talking about them: https://www.sqlbi.com/articles/counting-working-days-in-dax/

Right now your formula just substract days in general.

 

Regards,

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


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

Happy to help!

LaDataWeb Blog

I have to substract two columns one date and other number .

want to substract date

eg

c1                                  c2            c3(expected)

21-08-2020                  11               07-08-2020

10-08-2020                   6                03-08-2020

17-08-2020                  13                30-07-2020

want c3 = c1-c2 excluding weekends ...

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

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

Jan NL Carousel

Fabric Community Update - January 2025

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