- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Power BI Action Bar not visible in Power BI Embedding
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:
- bars:
- actionBar: {visible: true}
- statusBar: {visible: true}
- [[Prototype]]: Object
- customCommands: [{…}]
- filterPaneEnabled: undefined
- layoutType: 1
- navContentPaneEnabled: true
- panes: {filters: {…}, pageNavigation: {…}}
- personalBookmarksEnabled: true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
04-23-2024 07:06 AM | |||
09-24-2024 01:00 AM | |||
05-07-2024 08:43 AM | |||
09-11-2024 05:46 AM | |||
09-12-2024 04:18 AM |
User | Count |
---|---|
11 | |
11 | |
3 | |
3 | |
2 |