Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have embedded a Power BI Report in a a web application via embed token approach, but i am not able to show action bar to end user.
Action Bar as below:
I have already given the below API Permissions in Azure:
1)Dataset.ReadWrite.All
2)Report.ReadWrite.All
3)UserState.ReadWrite.All
Here is the code i am using to enable the action bar:
"return {
type: 'report',
id: data.id,
embedUrl: data.embedUrl,
accessToken: data.embedToken,
tokenType: models.TokenType.Embed,
settings: {
bars: {
statusBar: { visible: true },
actionBar: { visible: true }, // Force-enable Action Bar
},
panes: {
filters: { visible: true },
pageNavigation: { visible: true, position: 1 },
bookmarks: { visible: true },
},
personalBookmarksEnabled: true,
navContentPaneEnabled: true,
layoutType: models.LayoutType.Custom,
customCommands: [
// Correct way to add Export button
{
name: 'exportData',
title: 'Export Data',
displayOption: models.CommandDisplayOption.Visible,
},
],
},
};"
Below is the code we are using to render the report:
"<PowerBIEmbed
embedConfig={config}
cssClassName='report-embed'
getEmbeddedComponent={(embeddedReport) => {
console.log(' Power BI Component Embedded:', embeddedReport);
reportRef.current = embeddedReport;
}}
/>"
And report is getting rendered but action bar is not visible.
Below are the logs i am getting while logging the embeddedReport:
settings:
Hi @AyushAgarwal23 ,
We are following up once again regarding your query. Could you please confirm if the issue has been resolved through the support ticket with Microsoft? If the issue has been resolved, we kindly request you to share the resolution or key insights here to help others in the community. If we don’t hear back, we’ll go ahead and close this thread.
If you need further assistance in the future, we encourage you to reach out via the Microsoft Fabric Community Forum and create a new thread. We’ll be happy to help.
Thank you for your understanding and participation.
Hi @AyushAgarwal23 ,
Thank you for your reaching out to us on Microsoft Fabric Community Forum!
Since your Azure AD permissions and embed settings appear correct, but the Action Bar is still not visible, this may require deeper investigation. I recommend opening a Microsoft Support ticket.
To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
If this post helps, please give us Kudos and consider marking it Accept as solution to assist other members in finding it more easily.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |