The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 "PO Delivery Date" + "Projected Lead Time" and the result would come as a date. Example: "PO Delivery Date" = 17.02.2021 ( Date ) Column B = 15 (number) Sum of Two would = 04.03.2021
Solved! Go to Solution.
Hi @Anonymous
simply
TableName[PO Delivery Date] + TableName[Proiected Lead Time (Day)]
Hi @Anonymous
simply
TableName[PO Delivery Date] + TableName[Proiected Lead Time (Day)]
I see ! it works ! thank you so much !
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |