MushroomFace
New member
Hi
I have two forms of excel data going through Power Query:
Data 1 - Retrieves file, manipulates the data. I then reference this (creating another query) and retrieve a unique list of invoices.
Data 2 - This file has 1,000,000+ rows, I would like to filter on the invoices first, to reduce the data and then manipulate my data which also requires other merges.
Using the "Unique List of Invoices" from Data 1, what would be the efficient way to treat Data 2? I'm currently thinking;
Other suggestions welcome! Thanks
I have two forms of excel data going through Power Query:
Data 1 - Retrieves file, manipulates the data. I then reference this (creating another query) and retrieve a unique list of invoices.
Data 2 - This file has 1,000,000+ rows, I would like to filter on the invoices first, to reduce the data and then manipulate my data which also requires other merges.
Using the "Unique List of Invoices" from Data 1, what would be the efficient way to treat Data 2? I'm currently thinking;
- Merge function, or
- Filter by list (Table.Select etc)
Other suggestions welcome! Thanks