Forum Discussion
PBI Embedded Licensing Question
- 4 years ago
To track the usage of your free embed tokens and make sure you don’t need to buy a capacity yet, you can use the just-released API. The API will return the percentage of usage from the total amount.
1)
The Embed option doesn't automatically permit users to view the report. View permissions are set in the Power BI service.
In the Power BI service, you can share embedded reports with users requiring access. If you're using a Microsoft 365 Group, you can list the user as a workspace member. For more information, see how to manage your workspace in Power BI and Microsoft 365.
2)
That depends on your app.Not only can you embed a single report, you can embed multiple reports.
In case you are looking to integrate Power BI with your custom or any other software, you will need a Power BI embedded pricing and license.
https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-analytics-power-bi
- Flipper4 years agoFrequent Visitor
Hi V-lianl-msft
Firstly, thanks very much for taking the time to respond to my question.
With regard to point one, I understand what you're saying, but I'm not using the embed code generated through the PBI service. I'm taking the embedded code from the MS GIT repositary and using that to create an app - I've stuck that code into a web app and am using that web app to serve my PBI report to anyone I want.
So in essence, my first question is not about how to make it work (Its working perfectly and I have the app built dynamically so that I can add whatever reports I choose), rather am I doing anything that MS would object to. I'm pretty certain that the answer is I'm doing nothing wrong, but just wanted to check!
With regard to point two - I've done some further research into this one. Due to the fact my app is working perfectly, it proves to me that I don't need a reserved PBI instance to make PBI embedded work. However, from what I can tell, the problem that I am going to encounter is that without purchasing an embedded resource, MS will limit the number of tokens that I can generate.
Unfortuately, MS documentation on this point doesn't seem to exist, so I don't know if the limit is a finite number, a limited allocation per day / hour or some other limit. If anyone can enlighten me on that point that would be much appreciated!
Thanks
- V-lianl-msft4 years agoCommunity Support
To track the usage of your free embed tokens and make sure you don’t need to buy a capacity yet, you can use the just-released API. The API will return the percentage of usage from the total amount.
- Flipper4 years agoFrequent Visitor
Thanks!
I think that is exactly what I needed 🙂