Forum Discussion
Embedded Pricing vs. regular Pro User
- 5 years ago
Hi michaelsh . Sure. Here you have it:
https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-faq#how-many-embed-tokens-can-i-createHope that helps.
No, you are wrong, ibarrau
My users are not Power BI users, they do not sign in.
I do use "Share - Embed report - Website or Portal" link, not "Publish to Web"
I am acuiring the Token for the authentication with my user only. (It's like I am doing the authentication for them)
I just add the ?filter = Customers\Customer eq '{CustomerID}' parameter to the iframe in order to show the relevant data only.
It works and it works with my Pro lisense...
So that is why I am asking - what do I miss?
Ok. You can create and embed reports with Power bi pro licenses as a developer environment. This token is by user. This means that you have a limited number of embed token requests. One day that user won't work anymore. Microsoft specify that conecting with pro is for development purpose. If you want to go in production you need Embed. The difference is that a workspace with the Embed license will let you create infinite embed tokens.
You have to consider this because it's probably in a Microsoft agreement you might have and if they audit you and find an embed with just pro it might not be good for the company.
Hope that helps,