Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 months ago
Solved

Text BOX with multiple ids pasted and click submit button then in table gets values shown, pls help

Hi Team, This is new concept to me, kindly help me as soon as possible. In below visual I need to paste multiple tracking ids in text box or any other similar, later I need to click 'submit' button...
  • v-tejrama's avatar
    v-tejrama
    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.