Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi, so I have a column with dates and then another coulm with number of days until a service is due on some data and I can't work out how to get the desired output. I don't think I can use the Date add days thing as the number of days change depending on the row. I tried just adding them together but it just gave me errors.
My data looks like this:
| Date | Days | (Output I'm hoping for) | 
| 01/01/25 | 30 | 31/01/25 | 
| 01/02/25 | 25 | 26/02/25 | 
If anyone can advise I would be very grateful! Thank you
Solved! Go to Solution.
Hello @samc_26
You can create a calculated column
Service Due Date =
'Table'[Date] + 'Table'[Days]
Thanks,
 Pankaj Namekar | LinkedIn
If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.
Hello @samc_26
You can create a calculated column
Service Due Date =
'Table'[Date] + 'Table'[Days]
Thanks,
 Pankaj Namekar | LinkedIn
If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.
Brill thank you, I was doing that sum but in power query which wasn't working, this worked great!
Hello samc_26,
can you explain what exactly do you mean by "giving error",because im sure we could use dax calculated columns to get your desired output
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |