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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
sfdcfox
New Member

Acttion Bar tool is not showing in embeded power BI

I am a salesforce developer and i am trying to embeded in power BI into salesforce. I have successfully embeded in salesforce. Now i am trying to display "ActionBar" functionality on the report. 

 

I have UserState.ReadWrite.All being enabled and approved at Azure Ad. The config JSON looks like this 

 

settings: {
            panes: {
                filters: {
                    visible: true
                },
                pageNavigation: {
                    visible: true
                }
            },
            bars: {
                actionBar: {
                  visible: true
                }
            }
        }
 
In the playground i can see the action bar
 
sfdcfox_0-1659115034646.png

 

 

But when i am trying the same thing within salesforce, i am not seeing the actionbar. Is there any idea how to do it.

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @sfdcfox ,

Is your problem solved?? If so, Would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.

Best Regards,
Community Support Team _ kalyj

v-yanjiang-msft
Community Support
Community Support

Hi @sfdcfox ,

According to the official document. In view mode the action bar is only supported for the embed for your organization scenario.

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors