Forum Discussion
Tober1996
6 years agoHelper I
Table filtering while import
Hello experts, I would like to import a table whose first column contains an order number, but for which there are several rows, since there are different processes for each order. now i don't want t...
- 6 years ago
Hi Tober1996 ,
Please try grouping like this:
Add a step in the advanced editor after expanding the table:
Table.SelectRows(#"Expanded expand",each([Max]=[expand.flow_id]))Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - 6 years ago
Hi together, thank you very much! The advanced grouping ist the solution, but it is not needed to write the extra code to see the other columns. You only have to press the button with the two arrows in the headline of the new column. than all existings columns expand and are shown again. 😄
amitchandak
6 years agoSuper User
Tober1996 , if you are importing from the database , there is an advanced option where you can write a query and filter
Or refer