The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, I need to create a report that allows users to search by exact customer name or order ID without being able to see the list of available customer names or IDs like you normally would be able to see in slicers. Corresponding table would show "matches found" if the search produces any results or "no matches found" otherwise. Does anyone have ideas how to implement it in PBI? Thank you!
Solved! Go to Solution.
The Text slicer doesn’t have a dropdown. The user types in text, and any matching or partially matching values will be shown. This visual still is in preview you will need to enable it first.
If you need to strictly control which rows a user can see, you should use Row Level Security instead.
I ended up using a combination of text fileters and this solution https://community.fabric.microsoft.com/t5/Desktop/How-can-I-hide-data-from-populating-Visuals-until-...
I ended up using a combination of text fileters and this solution https://community.fabric.microsoft.com/t5/Desktop/How-can-I-hide-data-from-populating-Visuals-until-...
Using the native Text Slicer should solve your problem !!
Not sure what you mean but slicers just show the data that's avaialble. I need that data to be hidden to users.
The Text slicer doesn’t have a dropdown. The user types in text, and any matching or partially matching values will be shown. This visual still is in preview you will need to enable it first.
If you need to strictly control which rows a user can see, you should use Row Level Security instead.