Forum Discussion
PowerBI embedding and licensing models
- Anonymous1 year ago
Hi FernandoRodas ,
Based on your question, here are the answers based on my understanding
1. Publishing views in a way that does not require authentication (links in iframes that look like https://app.powerbi.com/view?r=....) Are these features from the PowerBi Pro license itself or from the Fabric trial version?
According to the description of the documentation and my understanding, the method you use to publish this report is “Publish to web”, which should come from the PowerBi Pro license, you can easily refer to this documentation
Publish to web from Power BI - Power BI | Microsoft Learn
2. After working on the backend/frontend development, I'm trying to generate another report this way, but I'm having trouble trying to get the “non-authenticated” link, so is there a better/simpler way to accomplish what we're looking for?
You can refer to the Embed sample scenario: Embed for customer, provided by Power BI, to check if it can be adapted to your front-end development environment.
Power BI usage scenarios: Embed for your customers - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi FernandoRodas ,
Based on your question, here are the answers based on my understanding
1. Publishing views in a way that does not require authentication (links in iframes that look like https://app.powerbi.com/view?r=....) Are these features from the PowerBi Pro license itself or from the Fabric trial version?
According to the description of the documentation and my understanding, the method you use to publish this report is “Publish to web”, which should come from the PowerBi Pro license, you can easily refer to this documentation
Publish to web from Power BI - Power BI | Microsoft Learn
2. After working on the backend/frontend development, I'm trying to generate another report this way, but I'm having trouble trying to get the “non-authenticated” link, so is there a better/simpler way to accomplish what we're looking for?
You can refer to the Embed sample scenario: Embed for customer, provided by Power BI, to check if it can be adapted to your front-end development environment.
Power BI usage scenarios: Embed for your customers - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- FernandoRodas1 year agoNew Member
Thanks!