Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Use a step as filter for previous step

Hi.  Fairly new to power query.      I want the Filtered Rows deleted in the Changed type.   Also is there a list or website of all the commands in Power Query (ie SelectRows)?
  • lbendlin's avatar
    2 years ago

    1. Right click on Filtered Rows, then "Move before".

     

    2.  Power Query comes with all the documentation baked in.  Use #shared for a complete list of every single command and function and artifact.  Each artifact comes with documentation too.  Type 

    = Table.SelectColumns

    to see the documentation for that function.