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
Expensive, my friends. Good night, I need a calculated column that will receive a Date Projection, having as main parameter the last date that was located in an "X" column, where the data will be filled until a day X of the current month arrives. I need you to find the latest date information in the "X" column, the following conditions are evaluated.
IF column X in the Current Index line is less than the last day of the current month, and the back row is null or blank, I will increment the last date located + 1, which will generate a date note (day 10 + 1 = dia11), until the last day. And those days generated from that DateAdd are inserted into the new column that was created, in this case the Projection column. Here are some sample data. Can you help me?
 | Vehicle | DataLoading | Projection | Sum | 
| V1 | 19/03/2019 | ||
| V1 | 20/03/2019 | ||
| V1 | 21/03/2019 | ||
| V1 | 22/03/2019 | ||
| V1 | 23/03/2019 | ||
| V1 | 24/03/2019 | ||
| V1 | 25/03/2019 | ||
| V1 | 26/03/2019 | ||
| V1 | 27/03/2019 | ||
| V1 | 28/03/2019 | =B10+1 | |
| V1 | 29/03/2019 | =C11+2 | |
| V1 | 30/03/2019 | =C12+3 | |
| V1 | 31/03/2019 | =C13+4 | 
Solved! Go to Solution.
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.