Forum Discussion
Mass Filter Upload
- Anonymous1 year ago
Thanks for lbendlin and rohit1991's concern about this issue.
Hi, GREGBLACK
I am glad to help you.
Since you didn't give me some data to test, I assumed some data myself:
There's a custom visual called "Mass Filter" available on AppSource. This visual allows you to copy and paste a list of values (separated by commas or new lines) directly into the filter:
You can also use a custom visual recommended by lbendlin : Filter by List Visual
I hope the above methods can help you!
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Solution: Dynamic Filtering via a Parameter Table
-
Enable User Input for Filtering: Once loaded, the table will appear in your fields pane. Go to the Data View, and manually add or modify transaction IDs as needed.
-
Create a Relationship: Connect the TransactionID_Input table to your main data table: Drag the TransactionID_Input field to the TransactionID field in the transaction table.Set the relationship to "Many-to-One" and Single Direction.
-
Filter Visualization or Report: Use the TransactionID_Input as a slicer or in the filter pane to allow filtering.