Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Fab117
Helper IV
Helper IV

Formulae to copy/paste dates based on conditions

Hi,

 

Sorry, title of this post is not so clear, but didn't find better.

 

I've the table "Tasks-TasBaselines - Projects" with fields:

  • "ProjectId" text field
  • "Project Phase" text field
  • "earliestStartDate" date field
  • "latestDueDate" date field

 

Something looking like:

ProjectId

Project Phase

earliestStartDate

latestDueDate

A

Initiation

25.09.2023

15.10.2023

A

Planning

10.10.2023

12.12.2023

A

Execution and control

01.01.2024

15.03.2024

A

Closure

15.03.2024

28.03.2024

B

Initiation

15.08.2023

25.08.2023

B

Planning

12.08.2023

30.08.2023

B

Execution and control

15.09.2023

22.11.2023

B

Closure

25.11.2023

15.01.2024

C

Initiation

12.11.2023

15.12.2023

C

Planning

15.01.2024

15.02.2024

C

Execution and control

10.02.2024

25.05.2024

C

Closure

15.06.2024

15.07.2024

 

I'd like to create a new custom column "earliestStartDateCorrected" where,

For each ProjectId I retrieve latestDueDate from previous "Project Phase" for "Project Phase" = "Planning", "Project Phase" = "Execution and control" and "Project Phase"  = "Closure".

NB: For "Project Phase" = "Initiation", it should retrieve "earliestStartDate".

To illustrate it:

01.jpg

 

Could someone help me with the formulae of the custom column?

 

Thanks in advance.

 

Fab

1 ACCEPTED SOLUTION

Hi @Fab117 ,
yes, you applied the code to each row of the table instead of just to the table itself.
Easiest would be to:

1) Create a new query
2) Copy my query code into the advanced editor (replacing everything that exists there so far)
3) Replace the content of the first "Source"-step by a reference to your query

If you run into problems with that, please watch my video here: http://community.powerbi.com/t5/Webinars-and-Video-Gallery/Power-BI-Forum-Help-How-to-integrate-M-co...

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

10 REPLIES 10
v-xinruzhu-msft
Community Support
Community Support

Hi @Fab117 

You can refer to the following solution.

1.Create a new step after "Changed Type"

vxinruzhumsft_0-1698213891838.png

 

2.Then input the following code to new step and rename the new step to "Grouped Rows" 

 

= Table.Group(#"Changed Type", {"ProjectId"}, {{"Data", each Table.AddIndexColumn(_, "Index", 1, 1), type table}})

 

3.Create a new step after "Grouped Rows" and  input the following code to new step and rename the new step to "Expanded Data"

 

= Table.ExpandTableColumn(#"Grouped Rows", "Data", {"Project Phase", "earliestStartDate", "latestDueDate", "Index"}, {"Project Phase", "earliestStartDate", "latestDueDate", "Index"})

 

4.Add a custom column and input the following code

 

if [Index]=1 then [earliestStartDate] else List.Min(
Table.SelectRows(#"Expanded Data",(x)=>x[ProjectId]=[ProjectId] and x[Index]=[Index]-1)[latestDueDate])

 

Output

vxinruzhumsft_0-1698214220004.png

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Thank you for your support. In particular for the demo file you created (so helpful for beginners like me)

I tested your proposal, but was not able to get the expected result with my base.

I've finally been able to implement successfuly the 1st solution proposed upper.

 

Fab

AlienSx
Super User
Super User

Hello, @Fab117 

let
    Source = your_table,
    f = (tbl as table) =>
        [a = Table.ToColumns(tbl),
        b = List.FirstN(a{2}, 1) & List.FirstN(a{3}, 3),
        out = Table.FromColumns(a & {b}, Table.ColumnNames(tbl) & {"earliestStartDateCorrected"})][out],
    gr = Table.Group(Source, {"ProjectId"}, {{"all", (x) => f(Table.Sort(x, "earliestStartDate"))}}),
    expand = Table.ExpandTableColumn(gr, "all", {"Project Phase", "earliestStartDate", "latestDueDate", "earliestStartDateCorrected"})
in
    expand

Hi @AlienSx,

Big thanks also to you for investing time on my issue.

It's still pending. Seems that I missed something with your proposal.

My database name is "Tasks-TasBaselines - Projects"

=> in your code, I first replaced

Source = your_table,

with:

Source = "Tasks-TasBaselines - Projects"

 

B1.png

 

But got "error" as return

B2.png

Details of the error:

B3.png

 

I then removed the quotation marks round my table name:

B4.png

But faced another error message:

B5.png

 

I then changed the name of my table. From "Tasks-TasBaselines - Projects" "TestNewNameForTable"

Error details encoutered with the quotation mark:

B6.png

 

Detailed error message without the quotation mark:

B7.png

 

Would you know what I'm doing wrong?

 

Thanks.

 

Fab

 

@Fab117 you are trying to add custom column - bad decision, don't do that. Lets create new query. Suppose you loaded your original table into PQ. The name of the query is Tasks-TasBaselines - Projects (can be anything).

1.jpg

Create a new blank query New Source -> Other Sources -> Blank Query.

2.jpg

On your left find Advanced Editor and step on it. Advanced Editor window shows up. 

3.jpg

Replace everthing inside with the code I gave you while your_table string should be replaced by

#"Tasks-TasBaselines - Projects" (see image). Press Done.

Big thank you for the time invetested on my issue.

Finally, I followed the 1st answer and was able to solve my issue

ImkeF
Super User
Super User

Hi @Fab117 ,
if we cannot rely on the correct order and completeness of the rows in each Project, then this would be the secure approach:

let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("dZDBCoMwDIZfZXiWksZ1c8dNdthtd/EgTkZBUnAKe/xFumqjCL38zZfma8oyuSZp8iA72HqwjjigUXBRCJhx0EZp8KFKPfzsaiJL76kKc5UDKj4CvX/bZpyePdT0OjSOht51fA9a8WH06EdA5kPoKzr3GftWFtksF+RtbT7BedDBJQQ4NscIzWCD7pnreDnIP9aybzHn+aHo2/RiXmzMUcLxIouVuVntDuW7u+Ywo345RvbJnZ/iCec/Wf0A", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [ProjectId = _t, #"Project Phase" = _t, earliestStartDate = _t, latestDueDate = _t]),
#"Changed Type" = Table.TransformColumnTypes(
    Source, 
    {
      {"ProjectId", type text}, 
      {"Project Phase", type text}, 
      {"earliestStartDate", type date}, 
      {"latestDueDate", type date}
    }
  ), 
  #"Grouped Rows" = Table.Group(
    #"Changed Type", 
    {"ProjectId"}, 
    {
      {
        "Partition", 
        each 
          let
            BufferedTable = Table.Buffer(_), 
            AddColumn = Table.AddColumn(
              BufferedTable, 
              "earliestStartDateCorrected", 
              each 
                if [Project Phase] = "Initiation" then
                  [earliestStartDate]
                else if [Project Phase] = "Planning" then
                  Table.SelectRows(BufferedTable, (r) => r[Project Phase] = "Initiation"){0}[
                    latestDueDate
                  ]
                else if [Project Phase] = "Execution and control" then
                  Table.SelectRows(BufferedTable, (r) => r[Project Phase] = "Planning"){0}[
                    latestDueDate
                  ]
                else if [Project Phase] = "Closure" then
                  Table.SelectRows(BufferedTable, (r) => r[Project Phase] = "Execution and control"){
                    0
                  }[latestDueDate]
                else
                  null
            )
          in
            AddColumn
      }
    }
  ), 
  #"Expanded Partition" = Table.ExpandTableColumn(
    #"Grouped Rows", 
    "Partition", 
    {"Project Phase", "earliestStartDate", "latestDueDate", "earliestStartDateCorrected"}, 
    {"Project Phase", "earliestStartDate", "latestDueDate", "earliestStartDateCorrected"}
  )
in
  #"Expanded Partition"

Replace the code in step "Source" by a reference to your data source.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Hi @ImkeF,

Thank you for spending time on my issue.

It seems that there something I missed.

I applied your approach to my case, but didn't get expected results.

Below some print screen (I filtered only on one project and hide non relevant columns.

 

1. Base:

A1.png

 

2. After adding the custom column with your code:

A2.png

 

3. Additional columns for extension:

A3.png

 

4. Result:

A4.png

 

Would you know what I do wrong?

 

tks.

 

Fab

Hi @Fab117 ,
yes, you applied the code to each row of the table instead of just to the table itself.
Easiest would be to:

1) Create a new query
2) Copy my query code into the advanced editor (replacing everything that exists there so far)
3) Replace the content of the first "Source"-step by a reference to your query

If you run into problems with that, please watch my video here: http://community.powerbi.com/t5/Webinars-and-Video-Gallery/Power-BI-Forum-Help-How-to-integrate-M-co...

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

@ImkeF,

First thank you for the link to your video (very helful for beginners like me).

I followed your steps and I got what I was looking for.

=> solved.

 

Thanks a lot for your help.

 

Fab

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors