Forum Discussion
Text BOX with multiple ids pasted and click submit button then in table gets values shown, pls help
- 4 months ago
Hi Anonymous ,
You can use a standard slicer on TrackingID with the search box enabled. This allows users to paste or type multiple IDs and select them in the slicer using multi-select behavior. This is a built in Power BI feature and works within normal filter context.
To control the filtered view, you can use bookmarks to save the report state after selecting the required IDs. A button can be used to apply that bookmark state. For clearing the selection, another bookmark can be created with no filters applied, or you can use the built in reset to default option available in Power BI.
This approach uses only native Power BI features such as slicers, bookmarks, and reset functionality, and does not require any custom visuals or external tools.
Thank you.
Hi Anonymous ,
I think the below workarround will work . Please check
https://denglishbi.wordpress.com/2025/05/22/power-bi-paste-list-of-values-into-slicer/
Data model
Visual :
Now i want to select few entries :
Paste the values into the slicer :
VAlues will get filered
Sample Pbix : Copy Paste.pbix
Thanks
This will not work.
Initially in dropdown filter we will not seen all the tracking ids or barcode values for users.
Just simple we can paste multiple tracking ids or barcode ids, then click submit button then data will shown in the table visual.
- Natarajan_M4 months agoSuper User
Hi Anonymous ,This is how copy and paste values into the slicer in Power BI. You can check the Paginated report as a workaround to perform the copy/paste operation.
- Anonymous4 months agoNot applicable
Yes,
Paginated report is the perfect solution for this. I am new to this.
I tried to create a parameter for single filter i.e tracking id.
While created same paramter for second filter as well.
But we can compulsory paste any ids in the filter. without paste ids it will not work.
Kindly if possible if you create some sample paginated report and share me the file.
Sorry for the inconvience.
Thanks