Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
Solved! Go to Solution.
Hi @erjunqiu ,
As far as I know, this option is not available.
https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-for-organization
Whether some options are displayed or not is related to the options in the tenant settings.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
Hi Team,
I too facing the same problem, can any one help?
Thanks,
Arul
Hi @erjunqiu ,
As far as I know, this option is not available.
https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-for-organization
Whether some options are displayed or not is related to the options in the tenant settings.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
6 | |
5 | |
3 | |
2 |