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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
Super User
Super User

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
Super User
Super User

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Kudoed Authors