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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
Super User
Super User

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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