Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Integration with Microsoft Power BI

Updated on May 7, 2021

Microsoft Power BI (business intelligence) is a business analytics solution that lets you visualize your data and share insights across your organization or embed them in your app or website. You can connect to numerous data sources and visualize your data with live dashboards and reports.

Pega Sales Automation Implementation Guide Pega Sales Automation Implementation Guide Pega Sales Automation Implementation Guide Pega Sales Automation Implementation Guide Pega Sales Automation Implementation Guide Pega Sales Automation Implementation Guide Pega Sales Automation Implementation Guide

The integration of Microsoft Power BI with the Pega Sales Automation application provides a set of standard dashboard widgets that capture your sales data to give you a real-time view of the state of your business.

Personas for Reporting

  • Pega Sales Automation application users - consumers of the embedded Power BI analytics (reports or widgets)
    • Sales Ops, Sales Rep, Sales Manager
    • Consumers of Operational reports or widgets for their data
  • Pega Sales Automation application developers – low-code citizen developers whose key role is to configure dashboards and link them to an appropriate Power BI report or widget.
    • Pega developers
    • Configure Pega Sales Automation dashboards and link them to appropriate Power BI workspaces
    • Extend data models to implementation layers
  • Report/widget developers – business analysts that have knowledge of developing visualizations with Power BI
    • Business analysts
    • Create Power BI widgets using published Pega Sales Automation data models and the Power BI desktop tool
  • M language developers – developers that build a custom connector to establish the connection between Power BI and Pega Sales Automation
    • Custom connector developers
    • Provide custom connectors so that users of the Power BI desktop can create dashboards by using Pega Sales Automation objects.

Prerequisites

  • Obtain a Power BI pro license for preparing, publishing, and embedding widgets.
  • Download and publish a Power BI report with corresponding settings in the Power BI workspace.
  • Map the operator accounts in Pega Sales Automation to the Power BI account with a common email address.

Out of scope

The process of creating the Power BI workspace and reports, configuring DAX expressions, configuring strategies, and all Power BI-related implementations are out of scope of this document. For details about creating reports, go to https://docs.microsoft.com and search for "Power BI fundamentals."

Limitations and recommendations

  • Only basic authentication is supported to connect to Pega through a custom connector.
  • It is recommended to retrieve smaller chunks of data as this is not an ETL (extract, transform, and load) tool. It is up to the implementer how to extend the provided services to retrieve filtered data (for example, Last 6 months data, Last 3 months data).
  • It is recommended to extend the services to retrieve the required fields based on your dashboard needs.
  • It is recommended to use Admin operator to connect to the custom connector as Pega already added DAX expressions at the dashboard level.
  • If implementers have their own ABAC policies then implementers need to add corresponding DAX expressions in their dashboards.

Registering Pega Sales Automation with Power BI

Register your Pega Sales Automation application with Microsoft Power BI to receive the credentials required in the Power BI integration process.

Before you begin: Before you register a Power BI app, you need an Azure Active Directory tenant and an organizational user. If you have not signed up for Power BI with a user in your tenant, the app registration does not complete successfully.
  1. In your web browser, go to https://dev.powerbi.com/apps and sign into the Power BI Account with Power BI Administrator privileges.
  2. Register the Pega Sales Automation application:
    1. Enter the application name.
    2. Enter the application type as a Server-Side Web application.
    3. Enter the home page URL.
    4. Enter the redirect URL in the following format (SSL must be enabled because it is an OAuth redirect URL):
      https://<MachineName>/prweb/PRRestService/oauth2/v1/redirect
      For example: https://lab1234.lab.pega.com/prweb/PRRestService/oauth2/v1/redirect
    5. Select the Select All check box for the API access.
    6. Click Register.
    Result: You receive the Client ID and Client Secret for your local instance.
  3. Save the Client ID and Client Secret to use it for authentication setup in the Pega instance.
  4. Open the Azure Active Directory Admin center by using the following link: https://aad.portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/Overview/.
    Result: You receive the Tenant ID for your local instance application.
  5. Save this Tenant ID for use in authentication setup in the Pega instance.
What to do next: Perform Configuring Power BI authentication.

Configuring Power BI authentication

Perform this next step in the Power BI integration.

Before you begin: Perform the Registering Pega Sales Automation with Power BI procedure.
  1. In Dev Studio, open the PowerBIAuthenticationProfile authentication instance.
  2. Enter the Client identifier and Client secret that you received from the Power BI portal in the Registering Pega Sales Automation with Power BI procedure.
  3. Generate a tenant ID on the Azure Active Directory Admin portal and use it to update the Authorization code endpoint and the Access token endpoint.
  4. Update the Redirect URI endpoint with the endpoint that you provide in the Registering Pega Sales Automation with Power BI procedure.
What to do next: Perform the Publishing dashboards in Power BI workspace procedure.

Publishing dashboards in the Power BI workspace

The Microsoft Power BI developer publishes the dashboards so that all related reports and datasets are available in Power BI.

Before you begin: Perform the Configuring Power BI authentication procedure.
This procedure is performed by a Microsoft Power BI developer.
  1. In your Pega instance API service package, in the Service access group field, enter the name of an administrator access group.
    The API service package edit screen
  2. In your web browser, go to https://app.powerbi.com/home
  3. Create a workspace.
  4. From the Microsoft site, download the Power BI Desktop.
  5. In your local system, create a folder with the name Microsoft Power BI desktop.
  6. In the Microsoft Power BI desktop folder, create a subfolder with the name Custom Connectors.
  7. In your web browser, go to the following Pega Marketplace page: https://community.pega.com/marketplace/components/enhance-data-visualization-through-microsoft-power-bi-sales-automation and download the PBIX files and the MEZ file (custom connector) for Power BI.
  8. Copy the MEZ file into the Custom Connector folder.
  9. Open all three PBIX files (Sales Ops, Sales Rep, Sales Manager) in the Power BI desktop.
  10. Locate the Pega Sales Automation object in the left-hand side of the Power BI desktop, right-click the Pega Sales Automation object, and then select Edit Query.
  11. In the APPLIED STEPS list, select Source.
    Result: The list displays the following Pega server details:

    Pega_SA_Objects.Contents("https://pegainstance/prweb")

  12. Update the Pega server details with your Pega server, and then click the Edit Credentials button.
  13. Enter your admin operator details.
    These operator credentials are required for synchronizing data.
  14. Perform steps 10 through 14 for the remaining objects in the left-hand side of the Power BI desktop.
  15. Publish the PBIX file by performing the following steps:
    1. On the Power BI desktop, on the toolbar, click the Publish button.
    2. Select the workspace that you created in step 3.
    3. Repeat step 15 for all three PBIX files.
Result: All the reports and datasets are available in Power BI.
What to do next: Perform the Configuring Power BI application settings procedure.

Configuring Power BI application settings

Configure the applications settings to enable the Microsoft Power BI integration in your Pega Sales Automation application.

Before you begin: Perform the Publishing dashboards in Power BI workspace procedure.
  1. In App Studio, select SettingsApplication Settings.
  2. Select the Microsoft Power BI Integration check box.
  3. In the Power BI Workspace field, enter the name of the workspace that you created in the Publishing dashboards in Power BI workspace procedure.
Result: Power BI is integrated with your Pega Sales Automation application.

Using Power BI

After integrating Microsoft Power BI with your Pega Sales Automation application, you can start using the Power BI visualizations.

  1. Launch the Pega Sales Automation user portal.
  2. In the navigation pane, click Analytics.
    If you have not yet established the authorization between the Pega server and the Power BI account, the system displays the following message: Power BI access has not been authorized. Click on Connect button to grant authorization to Power BI account.
    To resolve this issue, click Connect.
Result: The Power BI visualization is displayed.
Power BI visualizations on the Analytics landing page

Additional Power BI information

Extend the Power BI visualizations to additional data objects, and customize the Power BI dashboard selection, to give you more insight into your data.

Extension of Power BI integration to other data objects

When you provide credentials in the Power BI desktop, you call a GetCaseTypes REST service, which retrieves the primary objects in the Pega Sales Automation instance along with corresponding access permission objects.

All the default object information is placed in the GetCaseTypes data transform, which contains the Pega Sales Automation object names as well as the corresponding dataset name (data page name).

The GetCaseTypes data transform

Provide an extension data transform to extend the Power BI integration to other objects. Any implementation applications can override this data transform in their layer and can provide their objects along with the dataset.

Power BI extension data transform

Implement the dataset (data page) in the above data transform using, for example, Report definitions or activities. This allows you to retrieve the required data during the REST service execution.

Customization of dashboard selection

By default, there are three access groups and three corresponding dashboards. The appropriate dashboard loads according to who logs in. As the implementer, you can modify this behavior by modifying the following extension in your layer.

Extension to customize Power BI dashboard selection

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us