Forum Discussion
Can you use PowerApps in conjunction with PowerBI Embedded and RLS?
Hi Sohrab,
You are right. The App Owns Data model in Power BI have its corresponding Report access credential "Stored" within the code, so external users could see the reports without entering their credential, while PowerApps Embedding scenario still need the same tenant users to sign in to use.
So for the Power BI App owns Data scenario, to use PowerApps embedding (custom Visual) is not available.
For PowerApps Share to external users, please check the following idea for the current status:
Besides, as I have shared earlier, currently the custom Visual could only get the Power BI Filter data into PowerApps as Read-Only data, to modify the data, additional modifications need to be done when building the PowerApps Visual.
And for the updated data to sync back to Power BI, you need to wait until the next data refresh schedule.
Hope the information above could be helpful.
Regards,
Michael
The latest on this from the PowerApps ideas forum, posted by a Microsoft staffer last week: "We will have a private preview and public preview dates earlier than Oct [i.e. 2019]. Exact dates are still to be determined."
It's a good thing I tested this as a client of mine asked about using PBI Embedded with some form of user input, and I initially thought the PowerApps custom chart would be the obvious solution. I guess we'll have to handle user input outside of the PBI embed with some JS API glue to tie it together.