Forum Discussion

LondiweThusi's avatar
LondiweThusi
Regular Visitor
6 months ago
Solved

Embedded Power BI composite report – DirectQuery semantic model visuals not loading

Hi everyone, I’m facing an issue with an embedded Power BI composite report and would appreciate any guidance. Scenario: The report uses two data sources: A Fabric semantic model (DirectQuery...
  • v-prasare's avatar
    v-prasare
    6 months ago

    Hi  LondiweThusi,

    This behavior strongly aligns with how embedded evaluates identity and permissions in composite models, especially when DirectQuery-to-semantic-model is involved. Even though the report works in the Fabric portal and all dataset IDs are included in the embed token, the embedded runtime still validates effective permissions for each underlying semantic model at query time. In embedded scenarios, this identity propagation across semantic models is more restrictive and can fail silently, surfacing as a generic QueryUserError, even when no RLS or gateway is configured.

     

    Microsoft documents these limitations and troubleshooting steps here:
    https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-troubleshoot


    Additionally, SQLBI explains how permissions are evaluated in composite models and why every referenced dataset must independently resolve access for the embedded identity:
    https://www.sqlbi.com/blog/marco/2021/06/03/setting-the-right-permissions-for-users-of-composite-models/

     

     

     

     

     

    Thanks,

    Prashanth