Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
swhistance
Frequent Visitor

Published Report Functionality Limited

I have a multi page report which is needed to be shared outside my organisation. We have our own reporting portal which enforces sign in for the audience that require access to the report.

 

The report has a button which triggers a Power Automate flow

 

The Report is held in a Power BI Embedded Workspace, if I embed the report (website or portal) the full functionality is only available to PowerBI users, if I publish to web the PowerAutomate flow is not available. 

 

How do I use the portal authentication process to allow for the all the report functionality?

1 ACCEPTED SOLUTION
Natarajan_M
Impactful Individual
Impactful Individual

Hi @swhistance 

The Power Automate visual is officially not supported in embedded analytics or Publish to Web scenario it requires authenticated Power BI user context.


https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-automate-visual


Natarajan_M_0-1774269756868.png

 

 

you can check on the below approach : 

1. Use "Embed for Your Customers" (App Owns Data) : your portal authenticates via a service principal. External users don't need Power BI licenses.
Ref: https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers

2. For the Power Automate button : replace the native visual with a regular shape-button that triggers the flow via an HTTP GET request. Set up your Power Automate flow with an HTTP trigger, copy the URL, and assign it as the button's web URL action.

3. You'll need a Power BI Embedded (A SKU), Premium (P/EM SKU), or Fabric (F SKU) capacity for production.

This way your portal handles user auth, the service principal handles Power BI auth, and the HTTP button triggers the flow : giving you full functionality without requiring Power BI licenses for external users.

Thanks 
If this response was helpful in any way, I’d gladly accept a kudo.
Please mark it as the correct solution. It helps other community members find their way faster

 

View solution in original post

1 REPLY 1
Natarajan_M
Impactful Individual
Impactful Individual

Hi @swhistance 

The Power Automate visual is officially not supported in embedded analytics or Publish to Web scenario it requires authenticated Power BI user context.


https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-automate-visual


Natarajan_M_0-1774269756868.png

 

 

you can check on the below approach : 

1. Use "Embed for Your Customers" (App Owns Data) : your portal authenticates via a service principal. External users don't need Power BI licenses.
Ref: https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers

2. For the Power Automate button : replace the native visual with a regular shape-button that triggers the flow via an HTTP GET request. Set up your Power Automate flow with an HTTP trigger, copy the URL, and assign it as the button's web URL action.

3. You'll need a Power BI Embedded (A SKU), Premium (P/EM SKU), or Fabric (F SKU) capacity for production.

This way your portal handles user auth, the service principal handles Power BI auth, and the HTTP button triggers the flow : giving you full functionality without requiring Power BI licenses for external users.

Thanks 
If this response was helpful in any way, I’d gladly accept a kudo.
Please mark it as the correct solution. It helps other community members find their way faster

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.