This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
A data file has been run through a noun recognizer. I would like to make a slicer of the results, and when a word is selected, have all the instances of the word show up in a table.
Here is the data:
| ID | Response |
| 10101 | I wish I had a bicycle |
| 20100 | The man with the bicycle is very mean |
| 30587 | I liked it when the cat did a dance |
| 103543 | Everyone should have a bicycle |
| 212032 | No comment, everything is fine |
| 23765 | The cost of gasoline is too high |
| 223588 | I don’t know how to drive |
| 342231 | All residents should be required to pass a bicycle riding test |
The keyword table looks like
| ID | Response |
| 10101 | bicycle |
| 20100 | bicycle |
| 30587 | cat |
| 103543 | bicycle |
| 212032 | everything |
| 23765 | gasoline |
| 223588 | I |
| 342231 | bicycle |
The slicer needs to show:
| bicycle |
| cat |
| everything |
| gasoline |
| I |
When you click a term, a table should show all the instances of that keyword. For example, if you click "bicycle," a table should show
| I wish I had a bicycle |
| The man with the bicycle is very mean |
| Everyone should have a bicycle |
| All residents should be required to pass a bicycle riding test |
Could you please show me how to do this? Any assistance gratefully received.
Thank you
Anne
Solved! Go to Solution.
@annetoal I built this out, you want Table (12) and Table (12a), Page 12 of the PBIX attached below sig.
@annetoal I built this out, you want Table (12) and Table (12a), Page 12 of the PBIX attached below sig.
Wow, that works perfectly. Thank you so very much. It's appreciated.
Anne
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 |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 52 | |
| 48 | |
| 47 | |
| 22 | |
| 21 |