cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

create and complete a column Call Date and Time Projection (DateTime) based on the last day located

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?
 
 
VehicleDataLoadingProjectionSum
V119/03/2019  
V120/03/2019  
V121/03/2019  
V122/03/2019  
V123/03/2019  
V124/03/2019  
V125/03/2019  
V126/03/2019  
V127/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
 
1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous ,

 

You may try using MAXX and FILTER.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Anonymous ,

 

You may try using MAXX and FILTER.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors