Forum Discussion
Anonymous
4 years agoNot applicable
Sum Date + Number
Hello . I'm trying to create a new column with the following parameter . I have 2 columns , "PO Delivery Date" that has dates and the "Projected Lead Time" column has numbers , I would add the ...
- 4 years ago
Hi Anonymous
simply
TableName[PO Delivery Date] + TableName[Proiected Lead Time (Day)]
tamerj1
Community Champion
4 years agoHi Anonymous
simply
TableName[PO Delivery Date] + TableName[Proiected Lead Time (Day)]
Anonymous
4 years agoNot applicable
I see ! it works ! thank you so much !