Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |