Forum Discussion
Sample Application which shows App Owns Data Integration with external User
- 8 years ago
I think you miss some contextaround this.
Please take a look at the articles here: https://docs.microsoft.com/en-us/power-bi/developer/embedding
To your question, you can manage your users in app owns data scenario, the logic is up to you.
Eli.
1. If your application shows the user's reports, i.e. the same reports he would see if he logged in to PowerBI.com, look into "User owns data" sample
2. If your users are not PowerBI users, and you deside which reports to show them based on your logic, "App owns data" is the sample for you. This sample shows how to interact with PowerBI, but managing your users, or decide what reports to show them is not in its scope.
Eli.
So you are saying there is No way I can manage my users using the app owns data scenerio??
My user can login and after login Its upto me what reports I show for particular user??
Is that it?
- eligr8 years agoPower BI Team
I think you miss some contextaround this.
Please take a look at the articles here: https://docs.microsoft.com/en-us/power-bi/developer/embedding
To your question, you can manage your users in app owns data scenario, the logic is up to you.
Eli.