VoidAurochs
New member
- Joined
- Jan 15, 2019
- Messages
- 3
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 365
I'm new to Power Query & M Code, so forgive me if this is 'easy'.
I have one column with PO numbers which may be repeated depending on line items on PO and revision number.
I have another column with PO revision number which also may be repeated for each line item on a PO.
I want to hide/suppress the older revisions of the POs and only show the latest (highest revision number).
I looked through the Power Query M function reference but still have no idea how to get started with this. I do know how to create steps and write some M code, but not this level of cross-referencing.
In Excel I would have done something like IF(_rev=MAXIFS(_revs,_POs,_PO),"X","-") and filter for "X".
I have one column with PO numbers which may be repeated depending on line items on PO and revision number.
I have another column with PO revision number which also may be repeated for each line item on a PO.
I want to hide/suppress the older revisions of the POs and only show the latest (highest revision number).
I looked through the Power Query M function reference but still have no idea how to get started with this. I do know how to create steps and write some M code, but not this level of cross-referencing.
In Excel I would have done something like IF(_rev=MAXIFS(_revs,_POs,_PO),"X","-") and filter for "X".