I'm using Power Query to pull data from a table with about 20 columns.
I'd like to build a Parameter that works like this:
Column 1 lets the user choose which column in my data table they want to filter by
Column 2 is the input value to filter by
I'd like it to be dynamic so that the user can add extra rows to the Parameter table (such as to filter the source data by multiple columns).
I've found a few tutorials on building Parameter tables in Power Query, but they aren't dynamic in the sense that you can choose which column the Parameter applies to, and being able to add/remove the number of Parameters.
Does anyone know how this could be done?
Thanks
I'd like to build a Parameter that works like this:
Column 1 lets the user choose which column in my data table they want to filter by
Column 2 is the input value to filter by
I'd like it to be dynamic so that the user can add extra rows to the Parameter table (such as to filter the source data by multiple columns).
I've found a few tutorials on building Parameter tables in Power Query, but they aren't dynamic in the sense that you can choose which column the Parameter applies to, and being able to add/remove the number of Parameters.
Does anyone know how this could be done?
Thanks