danhendo888
Board Regular
- Joined
- Jul 15, 2019
- Messages
- 167
- Office Version
- 365
- Platform
- Windows
https://1drv.ms/x/s!AvjBsEPEq12ngSB0nBRb6FOkOLJz?e=Jfo3wo
Hey guys,
I am trying to reduce my first table (where I have my data) into the desired output which shows information for unique values in Column C.
In Power Query, I have Grouped By the first four columns.
In the Group By popup menu, I have added one column which does COUNT
After that, I am using this formula on ADD CUSTOM COLUMN option to show unique list for each other column (from Column E to Column K)
i.e.
List.Distinct(Table.Column([Count], "Creation Date"))
List.Distinct(Table.Column([Count], "PO VAT Amount"))
List.Distinct(Table.Column([Count], "Total PO Amount"))
and so on.
But I am doing this one at a time for each column.
Is there a quicker way to do this or does it have to be done individually?
And for the invoice highlighted in orange. How do I make it so that I don't get this result:
https://imgur.com/a/4kTzM29
That is, if there are values in Columns I to Columns K for an invoice, I do not need the other rows for that particular invoice.
Hey guys,
I am trying to reduce my first table (where I have my data) into the desired output which shows information for unique values in Column C.
In Power Query, I have Grouped By the first four columns.
In the Group By popup menu, I have added one column which does COUNT
After that, I am using this formula on ADD CUSTOM COLUMN option to show unique list for each other column (from Column E to Column K)
i.e.
List.Distinct(Table.Column([Count], "Creation Date"))
List.Distinct(Table.Column([Count], "PO VAT Amount"))
List.Distinct(Table.Column([Count], "Total PO Amount"))
and so on.
But I am doing this one at a time for each column.
Is there a quicker way to do this or does it have to be done individually?
And for the invoice highlighted in orange. How do I make it so that I don't get this result:
https://imgur.com/a/4kTzM29
That is, if there are values in Columns I to Columns K for an invoice, I do not need the other rows for that particular invoice.
Last edited: