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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
WobblyDog
New Member

Adding a number of days to a date column using a user selected number

I am looking to calculate an invoice due date by adding a number of days to the invoice issued date. The invoiced date is a date column and I want to be able to allow the user to select a number of days to add based on the customer payment terms.  I would like the user to be able to pick from a list of numbers eg 1 to 90 and have this added to the invoiced date in a new column called due date. 

6 REPLIES 6
Anonymous
Not applicable

Davy thanks for this alredy tried this and it does not resolve. I have an invoice issued date which is a column I then want to add a number of days to give a due/payment date for the invoice. This can be a different number per supplier. Thanks again for taking the time to suggest a solution 

 

WobblyDog
New Member

Thanks I will give that a go and let you know... appreciate the help 

Anonymous
Not applicable

Hi @WobblyDog,

Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.

If these also don't help, please share more detailed information and description to help us clarify your scenario to test.

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

FreemanZ
Community Champion
Community Champion

hi @WobblyDog 

Try to
1.Add a slicer with an isolated table Slicer[TermDays]
2.plot a table visual with [OrderNumber] (supposing there is one) , [invoice issued date] columns and a measure like:
due date =
MAX(TableName[invoice issued date])
+
SELECTEDVALUE(Slicer[TermDays])

FreemanZ thanks for your help this however it did not solve my problem. Thanks again and I will keep looking and experimenting 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.