Create a custom report

Microsoft Cloud for Sustainability icon.

            Free trial

This article shows you how to create a custom report for your Microsoft Sustainability Manager environment. These instructions use Power BI to create the report and Azure Synapse Link for Dataverse to make the data available in an easy-to-use and performant format.

This article includes an end-to-end scenario in two parts. Depending on your requirements, you might need to follow either or both parts.

Note

  • To create a custom Power BI report that uses data from Sustainability Manager for consumption outside Sustainability Manager, follow Part 1 only.
  • To embed an existing Power BI report into Sustainability Manager, follow Part 2 only.
  • For a full end-to-end scenario, follow both Parts 1 and 2.

Prerequisites

To complete the instructions in this article, you need to meet the following prerequisites:

  • Microsoft Sustainability Manager
  • Power BI
  • An Azure subscription that you can create resources in (required only for Part 1)

Important

Microsoft Sustainability Manager, Power BI, and your Azure subscription must all be in the same tenant.

In this section, you create a custom Power BI report that connects to Microsoft Sustainability Manager data with Azure Synapse Link. Use this option to create a custom Power BI report that uses Sustainability Manager data for consumption outside Sustainability Manager, or to create a full end-to-end scenario.

Gather information

  1. In the Power Apps portal, select Dataverse on the left navigation, and then select Azure Synapse Link.

  2. Select New link on the top menu bar.

  3. Make a note of the region listed next to Your environment is located in:. You'll need this information in the next steps.

Prepare your Azure environment

Before you can create your report, you must prepare an area in your Azure subscription to sync your report data.

  1. In a new browser tab, go to Microsoft Azure portal.

  2. Enter resource groups in the search box at the top of the screen. In the search results, select Resource groups. On the Resource groups page, select Create to create a new resource group.

  3. On the Create a resource group page, complete the following fields:

    Field Description
    Subscription The subscription you want to use for this resource group.
    Resource group Enter a name for the resource group. In this example, we're using rg-msm-customreports.
    Region Select the region you obtained in the Gather information step. In this example, we're using East US.

    Screenshot of Create a resource group page.

  4. Select the Review + create button at the bottom of the screen. After Azure validates the configuration, select the Create button on the bottom of the page to complete the resource group creation.

  5. After that step completes, enter storage account in the search box at the top of the page. In the search results, select Storage accounts. On the Storage accounts page, select Create to create a new storage account.

  6. On the Create a storage account page, complete the following fields:

    Field Description
    Subscription The subscription you used earlier.
    Resource group The name of the resource group you created.
    Storage account name Enter a name for the storage account. In this example, we're using stmsmcustomreports.
    Region The same region you specified earlier.
    Performance Accept the default.
    Redundancy Accept the default.

    Screenshot of Create a storage account page.

  7. Select the Next : Advanced > button at the bottom of the page. On the Advanced tab, check the box for Enable hierarchical namespace under Data Lake Storage Gen2. Select the Review button at the bottom of the page. After Azure validates the configuration, select the Create button on the bottom of the page to complete the storage account creation.

  8. When the creation of the new storage account completes, navigate to Access Control (IAM) and ensure that your user has the Storage Blob Data Owner role. If not, select Add > Add role assignment and assign yourself the Storage Blob Data Owner role.

    Important

    This is an important step, because having the Owner or Contributor role at the resource level isn't enough to query data from Synapse.

  9. After that step completes, enter Azure Synapse in the search box at the top of the page. In the search results, select Azure Synapse Analytics. On the Azure Synapse Analytics page, select Create to create a new Synapse workspace.

  10. On the Create Synapse workspace page, complete the following fields:

Field Description
Subscription The subscription you used earlier.
Resource group The name of the resource group you created earlier.
Managed resource group Leave blank.
Workspace name Enter a name for your Synapse workspace. In this example, we're using synmsmcustomreports.
Region The same region you specified earlier.
Account name Enter the storage account name you created earlier. In this example, we entered stmsmcustomreports.
File system name Select Create new and enter the name you want. In this example, we entered synapse.

Screenshot of Create Synapse workspace page.

  1. Select the Review + create button at the bottom of the page. After Azure validates the configuration, select Create.

Connect Dataverse to Azure Synapse

  1. In a new browser tab, go to Power Apps maker portal.

  2. Select Dataverse on the left navigation, and then select Azure Synapse Link.

  3. Select New link.

  4. On the New link page, complete the following fields:

    Field Description
    Subscription The subscription you used earlier.
    Resource group The name of the resource group you created earlier.
    Storage account The name of the storage account you created earlier.
  5. Check the box for Connect to your Azure Synapse Analytics workspace.

  6. Select the Next button on the bottom right of the page.

  7. On the next page, select all tables you want to use to build your report. You don't need to select all the tables unless you need them for your reports.

  8. Select the Save button.

  9. It takes a few minutes for the maker portal to connect and synchronize with your Azure Synapse workspace. When it completes, select the ellipsis, and then select Go to Azure Synapse Analytics workspace.

  10. In the Azure portal, navigate to your workspace. On the Data tab, your data is populated from Microsoft Sustainability Manager.

Connect Power BI to Azure Synapse workspace

  1. Open the Power BI desktop app, select Get data in the ribbon, and then select More... from the dropdown.

  2. Select Azure SQL database from the options.

  3. Enter the server details, select DirectQuery as the mode of data connectivity, and then select OK. To find server details, go to your synapse workspace and copy the serverless SQL endpoint.

  4. Select the tables for the query to use for building visuals in the report.

  5. After you prepare the report, select Publish to publish it in your workspace.

Part 2: Embed Power BI report in Sustainability Manager

Use this option to embed an existing Power BI report into Sustainability Manager, or to create a full end-to-end scenario.

Note

These instructions assume that a Power BI report already exists in a shared workspace in Power BI in the same Microsoft 365 tenant. They also assume that the Power BI report has at least one report and one dashboard.

Add the report into Power Platform

  1. In the Power Apps portal, go to Solutions > New solution to create a solution. In this example, the solution is called Demo solution.

  2. Select the solution to open it. In the solution, go to New > Dashboard > Power BI embedded.

    Screenshot of opening the solution.

  3. In the right pane, complete the following fields:

    Field Description
    Type Choose either a Power BI report or Power BI dashboard.
    Show reports in the environment only Ensure this option isn't selected.
    Power BI workspace Select the shared workspace.
    Power BI report Select the Power BI report.

    Select Save.

    Screenshot of embedding the report.

Add the report to the Sustainability Manager navigation menu

  1. In the same solution, go to Add existing > More > Sitemap and select Sustainability Manager. Next to the Sustainability Manager sitemap element, select the ellipsis, select Edit.

  2. Select the area of the navigation menu where you want to add the dashboard.

  3. On the toolbar, select Add > Subarea.

  4. On the New subarea page, complete the following fields:

    Field Description
    Content type Select Dashboard.
    Dashboard Select Demo Power BI report.
    Title Enter a title for the dashboard.

    Note

    To make the menu item only visible to certain users, use the attribute Advanced > Privileges > Entity. The menu item is visible only to users that have read privileges to the selected entity.

  5. Select Save and close, and then publish the solution.

Note

You can also add the navigation menu from the App element instead of Sitemap. However, that might generate a caching issue that prevents the correct dashboard to show up right away, and you might need to wait a few hours before seeing the correct result in Sustainability Manager.