Forum Discussion
User owns data licensing requirements
In a "User owns data" scenario, do all the viewers with whom the report is shared, need to have a Power BI Pro license in order to view the report?
I have run the Power BI demo app 'integrate-report-web-app' from GitHub. This works perfectly fine when I log in with the credentials of the Power BI Pro user who created the report. However, once I log in as a Power BI Free user with whom the workspace and the report have been shared with, the code throws an error and displays the following message
"Report with ID: 'xxxxx' not found in the group with ID: 'xxxxx', Please check the report ID."
Whats the benefit of using embedded reports for organisation if each user need to have a Power BI Pro license?
- Anonymous8 years ago
arnoldp Workspaces and sharing when viewed in the Power BI Service require that all users have a Pro license. If you embed the report in an application, you could use Power BI Embedded to license users to consume it via the application, but they wouldn't be able to in the Service as that requires either a Pro license or premium (covers free users). Either way, the report developer and those that need to update the report would still require Pro licensing.
9 Replies
- AnonymousNot applicable
arnoldp Workspaces and sharing when viewed in the Power BI Service require that all users have a Pro license. If you embed the report in an application, you could use Power BI Embedded to license users to consume it via the application, but they wouldn't be able to in the Service as that requires either a Pro license or premium (covers free users). Either way, the report developer and those that need to update the report would still require Pro licensing.
- arnoldpFrequent Visitor
Thanks for your previous reply.
We purchased some embedded A1 capacity on Azure and assigned a workspace to it. Free users are now able to view the shared reports in the Power BI Service under the "Shared with me" section. This works only for reports though, dashboards and apps still prompt the user to upgrade.
Can you please confirm that this is the intended behaviour. We were expecting that embedded capacity can only be used for embedding reports within our own apps and we pleasantly surprised when we realised that they can be viewed directly from the Power BI Service as well.
- AnonymousNot applicable
arnoldp That doesn't sound like it should behave that way... Let me see if I can get a definite answer.
- AndreasHermanseNew Member
Dear Anonymous - it sounds like you're into the licensing. Hope you can help me with this one, which is similar to the one you've answered in this thread. Same scenario - user owns data demo is setup and works perfectly. All users have pro license. Are there any limitations for this to work in the future? Is there a max number of tokens available, even though all users have pro license? Can we run this setup without embedded capacity? Br Andreas
- AnonymousNot applicable
AndreasHermanse This is a good question, I'll have to throw the caveat of "I believe" this should work provided you are authenticating via AAD, and that the content has also been shared with the end users from within the Power BI Service. In this scenario, it should validate that the end user has access to, and can view the report. Without the share in the Service, I would assume that the end users would not be able to see it.