Forum Discussion
Do Salesforce users need Power BI licenses to view embedded data visualizations?
tuckera,
Do you follow the guide in this blog to embed report into Salesforce? If so, salesforce users need Power BI pro licenses to view embedded Power BI report.
However, if you want to embed Power BI report for non-Power BI users, you can take steps in this official article:https://pbiwebprod-docs.azurewebsites.net/en-us/documentation/powerbi-developer-using-embed-token/.
Regards,
Lydia
I looked at the Embedding a Power BI report into Salesforce page at https://powerbi.microsoft.com/en-us/blog/embedding-a-power-bi-report-into-salesforce/ & it states the info below. So it appears that Salesforce users need Power BI licenses but not Power BI Pro licenses to view embedded Power BI data visualizations in Salesforce.
Sharing a report with members of your organization
To share a report with other members of your organization there are two requirements.
- The user needs to have a Power BI account
- They need to be a member of the same Azure Active Directory where the AAD application has been created
Once those requirements are met there are two ways of making the report accessible to them.
- Share the dashboard that contains the report in Power BI (the report GUID will stay the same)
- Link: How to share a dashboard
- Once shared, the user can log into Salesforce, navigate to the report page where they will be asked to log into Azure Active Directory, and view the embedded report
- Create a Power BI group and publish reports there, all members of the group will be able to see the report in Salesforce
Link: How to create a group
- Anonymous8 years agoNot applicable
tuckera,
Firstly, when sharing dashboard, both report owner and the users you share dashboard to require Power BI pro license.
Secondly, to allow your application access to the Power BI REST API, you need to register your application with Azure Active Directory, for more details, please review this following article.
https://pbiwebprod-docs.azurewebsites.net/hr-hr/documentation/powerbi-developer-register-a-web-app/
Regards,
Lydia- Anonymous8 years agoNot applicable
I continue to be confused by this wording - and it seems to be in every blog post. I must be missing something very basic here based on no one else is questioning or confused over this step in the overall process.
"register your application" - what is "my application" if I am a Power BI Pro User - is it one of the Workspaces in Power BI Service - or a published application from a workspace.
And the examples keep referencing localhost/redirect with the home page of localhost - is this literal - I assume no... I need to put in the url of the place to go... yes/no - or is that in the embed code and these url fields for redirect and home page are just that - placeholders and I should put in "localhost/redirect"??
- belmore8 years ago
Helper II
I have similar questions and the more I read the more I get confused. There appear to be two roads (methods) to take when considering embedding Power BI content.
1) User Owns Data (requires Power BI Pro license -- for end users to view embedded content)
2) App Owns Data (requires Power BI Premium service + Power BI Pro for developers)
I work with a small business and have 10 - 20 users who would need to view Power BI embedded content. We believe it makes more economic sense to select the "user owns data" method -- our assumption is that if the 10-20 users all have Power BI Pro license, then we only need to figure out how to actually embed content.
My company is using Tableau desktop and tableau online --- and the process of embedding dashboards and reports is very simple (copy and paste the embedding code & if the end users are signed into their Tableau online accounts -- they are able to see the dashboards, report, etc.)
Questions:
Does the "User Owns Data" method require Premium Service or and additional license besides Power BI Pro?
The embedding process is very complicated to understand for someone who is not a developer (this is where tableau online is great). It seems to me that the "user owns data" method should be as simple as the "Publish to Web" method -- copy and paste -- and consumers of the embedded content are required to have Power BI Pro license. (it is not).
Is there a step by step guide for "user owns data" method when embedding into Salesforce? Is the Embedding into Salesforce Blog guide that is referenced above still valid? (seems license requirements may have changed)
I need the "User Owns Data" embedding for dummies.....any advice, help, reference to articles, etc. -- for the non-developer is greatly appreciated.
Thank you