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 September 15. Request your voucher.
Hello everyone.
I am basically modifying the existing source code of the TextFilter custom visual to suit my needs. The thing is that when I publish the report I don't want users to be able to right click on use "show as table" to see the underlying data. Given that this is a custom visual is it posible from the source code to diable this option or to disable the right context menu completely? For example when you right click on a button object it does not show any options.
Thanks a lot.
were you able to solve it? I need to do the same
What would be the business value of doing that? As a developer you are supposed to make it easier for users, not harder.
That's the thing, but there are certain data that I want to be hidden from in the beggining and I don't have acces to RLS right now, so this is my workaroun right now.
there are certain data that I want to be hidden from in the beggining
The only safe way is to not include that data in the first place.