Skip to main content

The Power BI report action bar is now available in the Power BI SharePoint Online webpart

SharePoint Online is a great way for organizations to create portals and team sites for distributing Power BI reports. However, users consuming Power BI reports through SharePoint Online have not had access to the full capabilities of Power BI. We’re addressing this limitation with a new option to enable the Power BI report action bar in SharePoint Online.

 

The action bar lets report viewers access important capabilities to be more productive with the reports they use in SharePoint.

With the action bar, users can now easily Analyze in Excel, Export to PowerPoint, and Export to PDF. This enables users to use data and insight in more places to more quickly get their jobs done.

Graphical user interface, application

Description automatically generated

 

Report viewers can now create and view personal bookmarks right in SharePoint, making it easier to get to the data they individually need. The bookmarks are also available in the Power BI service and Microsoft Teams so no matter where a user views the report, they get the same personalized experience.

Graphical user interface, text, application

Description automatically generated

 

Another great option is printing report pages, to save an archive of the data for later reference or to share the data with others.

Graphical user interface, text, application

Description automatically generated

 

The action bar also provides a range of accessibility options. For example, users can now go into full screen or high-contrast mode to better see and understand report content data.

Graphical user interface, application

Description automatically generated

 

Several options in the action bar are currently only available from within the Power BI service itself. For example, options for commenting or sharing access to a report prompt the user to open the report in Power BI to complete these actions. We’re continuing to evaluate which options to bring into the webpart itself and are open to feedback on how to further optimize how Power BI integrates into SharePoint.

Graphical user interface

Description automatically generated

 

To turn on the report action bar, simply edit the webpart options and set ‘show action bar’ to ‘on’. This option is on by default for newly added Power BI webpart's, but is off by default for existing places where you’re already using it.

 

We’re excited to continue to provide flexible ways to connect individuals in your organization with data and insights. The key to driving a data culture is equipping every team and individual with data and insights right in the context of where they work and collaborate.

Comments

  1. Really good information to show through this blog. I really appreciate you for all the valuable information that you are providing us through your blog.

    ReplyDelete

Post a Comment

Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package