PowerBI Portal
  • Overview
    • PowerBI Portal
  • Getting Started
    • PowerBI Portal 101
    • Features
    • Licenses
      • Trial
      • Types and Pricing
      • How to Buy
      • Support
  • Technical
    • Architecture
    • Power BI Requirements
    • Configuration Guide
      • Power BI Portal - Automatic Configuration
      • Power BI Portal - Manual Configuration
        • Step 1 - Create your own Azure AD Application
        • Step 2 - Create an Azure Group for PowerBI Portal and add the App Registration as a member
        • Step 3 - Add PowerBI Portal group to a specific security group in Power BI
        • Step 4 – Give PowerBI Portal Workspace Permission
        • Step 5 - Add PowerBI Portal as a capacity administrator in Power BI Embedded / Fabric
      • Configure Export Power BI report to file
      • Integration with Analysis Services
      • Embedded Front Office
      • Capacity List
    • Privacy
    • Security
    • Changelog
  • Guides
    • How to Use
      • Adding a New User
      • Adding a New Report
      • Associating a Report to a User
      • Accessing Front Office
      • Managing Files
      • Managing Playlists
      • Leveraging Power BI Portal API
      • Accessing History
      • Conducting Audit
      • Advanced use: Tokens and RLS
    • Power BI Portal Settings
      • Power BI Access Settings
      • Power BI Embedded/Fabric Settings
      • Appearance Settings
      • Notification Settings
    • Articles
Powered by GitBook
On this page
  1. Technical
  2. Configuration Guide

Embedded Front Office

PreviousIntegration with Analysis ServicesNextCapacity List

Last updated 1 month ago

The Allow Embedded Front Office feature in DevScope PowerBI Portal enables seamless integration of the PowerBI Portal’s Front Office into your website.

By configuring a URL in the Back Office, your website can serve as the host for an embedded iframe, allowing you to fully leverage all the features of the PowerBI Portal’s Front Office within your environment.

This means your users can access reports, dashboards, and all other PowerBI Portal functionalities directly from your website, ensuring a smoother experience without requiring them to navigate away.

Configure Embedded Front Office:

To configure an embedded front office you need to access your back office, go to 'Settings', then 'Environment' and select 'Embedded Front Office', to insert the desired URL.

We suggest to create a user specifically for this external sharing, adding to this user access to the reports you want to share.

On the site where the Front Office will be embedded you need to have an iframe with the source directed to the Front Office with the access code of the created user. Example:

// <iframe src="https://app.powerbiportal.com/?accesscode=XXXXXXXXXXXX" width="100%" height="600" >
</iframe>

You can then access the application on an external website as shown in the example Sharepoint webiste below: