If my questions seem noobish - it's only because I started with Power Query this week...
I have been able to add a couple of parameters to my queries, one allows the end user to change the month of the report they are viewing, and another to sort the "Group/Client" they are viewing.
My M code line to change the filter is: #"Filtered Rows1" = Table.SelectRows(#"Trimmed Text", each ([#"Client"] = (SortByClient)))
You can change the Group/Client using a Validation pull down list but my problem - is I can't get it to change back to "Select All"
How can I get back to the full list after using the filter?
Fingers crossed I have this in the correct forum this time...
I have been able to add a couple of parameters to my queries, one allows the end user to change the month of the report they are viewing, and another to sort the "Group/Client" they are viewing.
My M code line to change the filter is: #"Filtered Rows1" = Table.SelectRows(#"Trimmed Text", each ([#"Client"] = (SortByClient)))
You can change the Group/Client using a Validation pull down list but my problem - is I can't get it to change back to "Select All"
How can I get back to the full list after using the filter?
Fingers crossed I have this in the correct forum this time...