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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
walnei
Helper III
Helper III

Sum Date + Number

Hello friends. Could help me with the following question ?   I'm trying to create a custom column in power query with the following parameter .   I have 2 columns , column A that has dates and the B column has numbers , I would add the column (data) + Column B (number) and the result would come as a date.  Example: Column A = 01.01.2016 ( Date ) Column B = 10 (number) Sum of Two would = 01.11.2016

 

 

1 ACCEPTED SOLUTION
arify
Microsoft Employee
Microsoft Employee

Hi,

 

You can add a custom column with this formula:

 

Date.AddDays([A], [B])

View solution in original post

3 REPLIES 3
arify
Microsoft Employee
Microsoft Employee

Hi,

 

You can add a custom column with this formula:

 

Date.AddDays([A], [B])

Anonymous
Not applicable

Thank you, this was exactly what I needed, and it worked perfectly!


Thanks for the solution

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors