Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi everyone,
I'm trying to implement a secure chained dataset architecture in Power BI (Premium Per User) and running into a limitation I can't seem to solve. Here's the scenario:
Architecture
Security goal I want regular business users to:
Current limitation When using DirectQuery chaining:
Question Is there any way to:
Thanks in advance for any ideas, links to documentation, or alternative architectures!
Solved! Go to Solution.
Hi @julsr ,
Thanks for reaching out to Microsoft Fabric Community.
The behavior you are seeing is expected.
With DirectQuery chaining in Power BI, queries from a downstream semantic model are always executed using the identity of the report viewer. Because of this, every user consuming the downstream model must have at least Read permission on the upstream dataset.
Reference:
Use composite models in Power BI Desktop - Power BI | Microsoft Learn
It is not possible to use a service principal, managed identity, or fixed credential for DirectQuery queries between semantic models, and a downstream model cannot return data to users who have no permissions on the upstream model. Chained semantic models are not designed to act as a security boundary or proxy.
Additionally, hiding or renaming columns in the downstream model does not secure them in this architecture, since users with permission on the upstream dataset can still access it directly.
Reference: Working with a composite model based on a semantic model
To securely limit column visibility while keeping data live, security must be enforced below the semantic model layer, such as at the data source itself (for example using database level row or column level security), or by materializing a curated data layer and exposing only that curated data through a single semantic model. Chained semantic models are not designed to propagate security rules.
Reference: Working with a composite model based on a semantic model
Hope this helps. Please reach out for further assistance.
Thank you.
Hi @julsr ,
Thanks for reaching out to Microsoft Fabric Community.
The behavior you are seeing is expected.
With DirectQuery chaining in Power BI, queries from a downstream semantic model are always executed using the identity of the report viewer. Because of this, every user consuming the downstream model must have at least Read permission on the upstream dataset.
Reference:
Use composite models in Power BI Desktop - Power BI | Microsoft Learn
It is not possible to use a service principal, managed identity, or fixed credential for DirectQuery queries between semantic models, and a downstream model cannot return data to users who have no permissions on the upstream model. Chained semantic models are not designed to act as a security boundary or proxy.
Additionally, hiding or renaming columns in the downstream model does not secure them in this architecture, since users with permission on the upstream dataset can still access it directly.
Reference: Working with a composite model based on a semantic model
To securely limit column visibility while keeping data live, security must be enforced below the semantic model layer, such as at the data source itself (for example using database level row or column level security), or by materializing a curated data layer and exposing only that curated data through a single semantic model. Chained semantic models are not designed to propagate security rules.
Reference: Working with a composite model based on a semantic model
Hope this helps. Please reach out for further assistance.
Thank you.
Hi @julsr ,
Just wanted to check if the response provided was helpful. If further assistance is needed, please reach out.
Thank you.
Hi! Yes, it did, thank you! The solution was to convert my chained semantic model into an isolated one. Instead of having one model pulling from the database into Power BI, I now have two separate pulls. This way, we ensure better data protection and availability.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.