Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone
My question is simple but I really can´t understand the logic. I have a column with dates and I simply want to sum the number 10 in all of them in Power BI but it does not allow me.
It is to measure Lead time, so lets say, a product has left the Warehouse and takes around 10 days to arrive at its destination.
E.g: 30/09/2020 + 10 = 10/10/2020
How can I do this calculation? I create a new column and ...should I use SUM or SUMX?
Thank you in advance
Solved! Go to Solution.
@Anonymous If you have to create a calculated column then just use Table[ColumnName] + 10
Worked out! Thank uuu