Forum Discussion

erjunqiu's avatar
erjunqiu
Frequent Visitor
5 years ago
Solved

Customize PowerBI Embedded action bars option

Hi,

 

I am working on a Power BI Embedded application and enable the action bar for the reports.

 

The javascript configuration is like below:

let embedConfig = { ... settings: { bars: { actionBar: { visible: true } } } };

 

The screenshot is like below:

I am wondering if I can customize the options in the actionBar.

 

For example, I just want to have 'export' option (remove other options).

 

Please let me know if you have any idea to realize that?

 

Thanks

3 Replies

  • How did you enable this action bar? Export, share and other options. I am only able to see the File, View option.
       I also added bars property to my code: 

                            bars: {
                                       actionBar: {visible: true}
                                     }

      But nothing work.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Team, 

       

      I too facing the same problem, can any one help?

       

       

       

      Thanks,

      Arul