The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello, this is my first post so forgive me if its in the wrong place or doesnt have the right info.
We are using PBI embedded through a webapp and would like the ability to filter certain parts of a report based on users logged in USERNAME()
We are using a Service Principle but are able to send through the user idintity to PBI. So when I look at the USERNAME() in PBI desktop I see the correct user identy information.
We are using a single data set for multiple reports. Which is all Direct Query from an on prem Gateway.
I can create a Measure as below,
Solved! Go to Solution.
Hi @Jon_Berry,
AFAIK, RLS is applied on data model tables. If you do not want to the RLS effect applies to specific contents.
You can break the relationship between these tables to make the target table as 'standalone' tables.
After these steps, these filter effects will only apply to the tables which link with 'username' mapping tables.
Regards,
Xiaoxin Sheng
Hi @Jon_Berry,
AFAIK, RLS is applied on data model tables. If you do not want to the RLS effect applies to specific contents.
You can break the relationship between these tables to make the target table as 'standalone' tables.
After these steps, these filter effects will only apply to the tables which link with 'username' mapping tables.
Regards,
Xiaoxin Sheng