This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a requirement wherein I have to get a user input and that value should be filtered in a column so that it filters the whole table and gives a summary of the total number of cases by that User Input.
Let me give an example.
Consider I have the below data:
Then I have to give a search bar like the below and let's say the user types "Access", then I should get the below output:
It should take that user input and filter the description column using that word.
Then it should group by the day level and give the total number of cases which contains that keyword.
What I thought was there must be some way in which we can get the user input and stored in a parameter and then using Dynamic M query I can filter out the table using any keyword that user inputs and give them the total cases by day level for that Case.
But how do I take the user input and pass it into a parameter? I'm not sure.
Any help would be much appreciated!!!
Solved! Go to Solution.
Hi @Imagauthamam ,
Would it work that you simply create a table with the date and Description count measure, and then add a filter on the description field to the filter pane and set it to Advanced filtering with a contains condition like so:
Alternatively. the Text filter custom visual from Microsoft also should work, and that you can place on the canvas as a slicer. Maybe better user experience than the filter pane?
I hope this helps 🙂
Proud to be a Super User! | |
Hi @Imagauthamam ,
Would it work that you simply create a table with the date and Description count measure, and then add a filter on the description field to the filter pane and set it to Advanced filtering with a contains condition like so:
Alternatively. the Text filter custom visual from Microsoft also should work, and that you can place on the canvas as a slicer. Maybe better user experience than the filter pane?
I hope this helps 🙂
Proud to be a Super User! | |
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 28 | |
| 24 | |
| 21 |