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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
AyushAgarwal23
New Member

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:

 

AyushAgarwal23_0-1742920427753.png

 

 

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:

  1. bars:
    1. actionBar: {visible: true}
    2. statusBar: {visible: true}
    3. [[Prototype]]: Object
    4. customCommands: [{…}]
    5. filterPaneEnabled: undefined
    6. layoutType: 1
    7. navContentPaneEnabled: true
    8. panes: {filters: {…}, pageNavigation: {…}}
    9. personalBookmarksEnabled: true

       

       

       

       

2 REPLIES 2
Anonymous
Not applicable

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.

Anonymous
Not applicable

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

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.