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 have an embedded PowerBI report in HTML page and everything worked fine. I was able to filter-out certain parts of the data (if the logged-in user was not allowed to see them, for example) by using technique described here: https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters
Now I introduced hierarchical structure which uses DAX PATH function to relate to parent rows and I used hierarchical slicer to display the tree structure.
However, when I try to filter-out some parents in the three, they keep appearing all the way up to the root despite the fact that these rows should not be visible to the PATH function (regardless if parentId field points to them or not) since they got filtered out when the report got displayed.
Any idea how to overcome this problem?
Thank you.
Solved! Go to Solution.
URL filters are not a reliable way to do data security since the end-user can just manually change the URL if they choose to. Applying URL filters does not make any of the underlying data inaccesible--it's more like a bookmark that shows a certain view.
URL filters are not a reliable way to do data security since the end-user can just manually change the URL if they choose to. Applying URL filters does not make any of the underlying data inaccesible--it's more like a bookmark that shows a certain view.