Forum Discussion

edyck's avatar
edyck
Regular Visitor
2 years ago
Solved

Embedded report with semantic model data source doesn't load

Hi,    I've implemented the "Embed for your customers" Power BI solution using a service principal for authentication, and have a report that I'm attempting to embed that uses a published semantic ...
  • edyck's avatar
    2 years ago

    So it looks like what happened is I had configured my RLS in a way that Power BI didn't like. I had 12 dimension and fact tables that needed RLS applied, and the way I was doing it initially was to duplicate my `identity` and `tenant` tables so that each table had their own set of RLS tables. This worked fine in Power BI Desktop and the Power BI Service, but once it got to the embedded environment it was unable to process all of the tables/relationships. I was able to do the RLS in a different way that was less resource intensive in the embedded environment.