Forum Discussion
Filter only with most recent ID
Thanks both for your help !
I downloaded the file but in your formula:
= Table.AddColumn(#"Renamed Columns", "Custom", each if [SubRevision] = List.Max(Table.SelectRows(#"Renamed Columns", each [MainID] = _[MainID])[SubRevision])
then "Latest"
else "Old")
To which column refers the #"Renamed Columns" ?
Hi Aikeno ,
In response to your question, #“Renamed Columns” does not refer to a particular column, but rather to the name of the step in the previous operation, which represents the state of the table at the previous stage. Since there is no difference in the names of the columns after separating them according to the punctuation marks, we have performed the Renamed operation, which means that the step before add custom is #“Renamed Columns”, hope this helps you!
- Aikeno1 year agoHelper I
I am not sure to understand well your answer.
Here is what i tried and doesn't work.
- Anonymous1 year agoNot applicable
Hi Aikeno ,
Can you provide some sample data or related pbix files, this will be more conducive to our analysis of your problem, in order to help you improve the problem faster, look forward to your reply!