Skip to content

Commit 9ff513f

Browse files
authored
Merge pull request #312642 from mohitmakhija1/users/ritikeshvali/deploy-powerbi-reports-update
Updated deploy powerbi report section in configure insights
2 parents 84b15ba + cb9c7f5 commit 9ff513f

28 files changed

Lines changed: 87 additions & 26 deletions

articles/sap/.openpublishing.redirection.sap.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@
284284
"source_path_from_root": "/articles/sap/workloads/expose-sap-odata-to-power-platform.md ",
285285
"redirect_url": "/power-platform/sap/connect/entra-id-apim-oauth",
286286
"redirect_document_id": false
287+
},
288+
{
289+
"source_path_from_root": "/articles/sap/business-process-solutions/configure-dataset.md",
290+
"redirect_url": "/azure/sap/business-process-solutions/manage-datasets",
291+
"redirect_document_id": false
287292
}
288293
]
289294
}

articles/sap/business-process-solutions/configure-insights.md

Lines changed: 72 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,77 @@ ms.author: momakhij
1111

1212
# Configure insights in Business Process Solutions
1313

14-
Insights in Business Process Solutions are analytics templates, such as Power BI reports and semantic models, designed to help you quickly start analysing your data. You can explore available templates on the Business Templates page.
14+
Insights in Business Process Solutions are [Business Templates](business-templates.md), such as Power BI reports and semantic models, designed to help you quickly start analyzing your data. You can explore available templates on the [Business Templates](business-templates.md) page.
1515
This article explains how to configure Insights and establish connections to refresh reports and models.
1616

17+
## Deploy Power BI Report
18+
19+
To deploy a new Power BI report or Semantic model, use the onboarding wizard. On the overview page, select the **+ New Insight** button to open the wizard.
20+
:::image type="content" source="./media/configure-insights/overview-wizard-buttons.png" alt-text="Screenshot showing the Get Started and New Insight buttons on the overview page." lightbox="./media/configure-insights/overview-wizard-buttons.png":::
21+
22+
The wizard guides you through four steps: **Set up insight**, **Set up connections**, **Set up dataset**, and **Review and deploy**.
23+
24+
### Step 1: Set up insight
25+
26+
In this step, you select the source system and the insight to deploy. The wizard opens to the **Set up Business Process Solution insight** page.
27+
28+
Under **Source system**, select an existing source system. If you don't have a source system yet, configure one using [Azure Data Factory](configure-source-system-with-data-factory.md), [Open Mirroring](configure-source-system-with-open-mirroring.md), or [Salesforce](configure-salesforce-source-system.md).
29+
30+
1. Select **Select existing** under **Source system**.
31+
:::image type="content" source="./media/configure-insights/wizard-select-existing-selected.png" alt-text="Screenshot showing the Select existing option selected under source system." lightbox="./media/configure-insights/wizard-select-existing-selected.png":::
32+
2. Under **Source system name**, select a source system from the dropdown. Each source system shows its name, type, and status (a green indicator for succeeded, red for failed).
33+
:::image type="content" source="./media/configure-insights/wizard-select-existing-dropdown.png" alt-text="Screenshot showing the source system dropdown with name, type, and status indicators." lightbox="./media/configure-insights/wizard-select-existing-dropdown.png":::
34+
3. Under **Select insight**, the available insights for the selected source system are displayed as cards, grouped by **Area**. You can change the grouping using the **Group by** dropdown, or use the **Search insights** box to filter. Each card shows the insight name, type (Report or Semantic Model), and a preview. **Select** the insight you want to deploy.
35+
:::image type="content" source="./media/configure-insights/wizard-select-existing-insight-cards.png" alt-text="Screenshot showing the available insight cards for an existing source system." lightbox="./media/configure-insights/wizard-select-existing-insight-cards.png":::
36+
4. Under **Define insight**, the **Insight name** is autopopulated. If an error message appears to indicate the name already exists, update the name to a unique value.
37+
:::image type="content" source="./media/configure-insights/wizard-select-existing-define-insight.png" alt-text="Screenshot showing the Define insight section for an existing source system." lightbox="./media/configure-insights/wizard-select-existing-define-insight.png":::
38+
5. Select **Next** to proceed.
39+
40+
### Step 2: Set up connections
41+
42+
For an existing source system, this page shows a read-only summary of the connection configuration. No action is required. Select **Next** to proceed.
43+
44+
:::image type="content" source="./media/configure-insights/wizard-connections-readonly.png" alt-text="Screenshot showing the read-only connection details for a succeeded source system." lightbox="./media/configure-insights/wizard-connections-readonly.png":::
45+
46+
If you're configuring a new source system, you need to set up the connection on this page. For detailed prerequisites and field descriptions, see the following articles:
47+
48+
- [Configure a source system with Azure Data Factory](configure-source-system-with-data-factory.md)
49+
- [Configure a source system with Open Mirroring](configure-source-system-with-open-mirroring.md)
50+
- [Configure a Salesforce source system](configure-salesforce-source-system.md)
51+
52+
Select **Next** to proceed.
53+
54+
### Step 3: Set up dataset
55+
56+
Datasets are collections of objects used to extract data from the business application. Business Process Solutions automatically selects and activates the relevant dataset based on the chosen insight. In this step, you can review the basic details, including the list of objects to be extracted and transformed.
57+
58+
To learn more about editing a dataset, adding custom objects, and maintaining relationships, see [Manage Datasets](manage-datasets.md#modify-dataset-tables-and-relationships).
59+
60+
:::image type="content" source="./media/configure-insights/wizard-dataset-template.png" alt-text="Screenshot showing the dataset template details including name, version, and supported systems." lightbox="./media/configure-insights/wizard-dataset-template.png":::
61+
62+
In the Name Dataset step, the system suggests a dataset name derived from the selected insight and source system.
63+
:::image type="content" source="./media/configure-insights/wizard-dataset-name.png" alt-text="Screenshot showing the dataset name field autopopulated based on insight and source system." lightbox="./media/configure-insights/wizard-dataset-name.png":::
64+
65+
Select **Next** to proceed.
66+
67+
### Step 4: Review and deploy
68+
69+
The **Review and deploy** page displays a summary of all configurations. The sections shown depend on the source system:
70+
71+
- **Set up insight**: Source system type, source system name, system version, insight name, and insight type.
72+
- **Set up connections**: This page depends on the source type and connection type you select in the previous steps. It isn't shown for existing source system.
73+
- **Set up dataset**: Template name and dataset name.
74+
75+
:::image type="content" source="./media/configure-insights/wizard-review-new.png" alt-text="Screenshot showing the review page with insight, connections, and dataset sections for a new source system." lightbox="./media/configure-insights/wizard-review-new.png":::
76+
77+
Review the details and select the **Deploy** button to deploy the insight.
78+
:::image type="content" source="./media/configure-insights/wizard-deploy-button.png" alt-text="Screenshot showing the Deploy button on the review and deploy page." lightbox="./media/configure-insights/wizard-deploy-button.png":::
79+
80+
Once the deployment completes, you can see the report in your workspace and in the Business Process Solutions item overview page.
81+
82+
> [!NOTE]
83+
> Power BI Report deployment automatically deploys the semantic model. You don't need to deploy the semantic model separately.
84+
1785
## Import Lakehouse Views
1886

1987
Some Insights require additional transformations delivered through SQL views on top of the lakehouse. To deploy these views, run the provided notebook from your workspace:
@@ -25,21 +93,7 @@ Some Insights require additional transformations delivered through SQL views on
2593
:::image type="content" source="./media/configure-insights/run-gold-view-notebook.png" alt-text="Screenshot showing how to run the bps_gold_view_creation notebook." lightbox="./media/configure-insights/run-gold-view-notebook.png":::
2694
4. Once the notebook run is finished, you should see the sql views in your gold lakehouse.
2795

28-
## Deploy Power BI Report
29-
30-
To create a new Power BI report, make sure you have enabled the dataset for the report and ran the extraction and processing of data successfully. Once that is done, navigate to the Insights page and use the following instructions:
31-
32-
1. Click on the **Deploy Insights** tab and click on the **New Insights** button.
33-
2. Select the report/semantic model you would like to deploy. Click on the **Deploy** button.
34-
:::image type="content" source="./media/configure-insights/deploy-insights.png" alt-text="Screenshot showing the deploy insights interface." lightbox="./media/configure-insights/deploy-insights.png":::
35-
3. Enter a unique name for the report and select the source system for the report. Click on the Deploy button.
36-
:::image type="content" source="./media/configure-insights/new-insights-details.png" alt-text="Screenshot showing the report input fields." lightbox="./media/configure-insights/new-insights-details.png":::
37-
4. Once the deployment completes, you should be able to see the report in your workspace.
38-
39-
> [!NOTE]
40-
> Power BI Report deployment automatically deploys the semantic model, you don't need to deploy the semantic model separately.
41-
42-
## Connection for Semantic Model Refresh
96+
## Connection for Semantic Model Refreshes
4397

4498
To refresh the semantic model, we need to set up a connection in fabric, else we won't be able to automatically refresh the reports via pipelines. To set up the connection, follow the steps:
4599

@@ -53,6 +107,8 @@ To refresh the semantic model, we need to set up a connection in fabric, else we
53107
:::image type="content" source="./media/configure-insights/associate-connection.png" alt-text="Screenshot showing how to associate a connection to the semantic model." lightbox="./media/configure-insights/associate-connection.png":::
54108
6. Once done, try to refresh the semantic model and check if it completes successfully.
55109

110+
If you encounter problems with model refresh, check our [troubleshooting page](troubleshooting.md).
111+
56112
## Summary
57113

58114
In this article, we described the steps required to configure Insights in Business Process Solutions. You learned how to deploy lakehouse views, Power BI reports, and semantic models, and how to set up connections for refreshing reports and models. Now you can start exploring the reports and models to gain insights from your data.

articles/sap/business-process-solutions/configure-salesforce-source-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Use the following steps to configure your source system:
4848

4949
## Next steps
5050

51-
Now that you have configured Salesforce source system in your Business Process Solution item, you can proceed to configure dataset and relationships.
51+
Now that you have configured Salesforce source system in your Business Process Solution item, you can proceed to configure insights.
5252

53-
- [Configure Dataset in Business Process Solutions](configure-dataset.md)
53+
- [Configure Insights in Business Process Solutions](configure-insights.md)

articles/sap/business-process-solutions/configure-source-system-with-data-factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ In this section, we will deploy the self-hosted integration runtime on an Azure
118118

119119
## Next steps
120120

121-
Now that you have configured SAP source system with Azure Data Factory in your Business Process Solution item, you can proceed to configure dataset and relationships.
121+
Now that you have configured SAP source system with Azure Data Factory in your Business Process Solution item, you can proceed to configure insights.
122122

123-
- [Configure Dataset in Business Process Solutions](configure-dataset.md)
123+
- [Configure Insights in Business Process Solutions](configure-insights.md)

articles/sap/business-process-solutions/configure-source-system-with-open-mirroring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ Use the following steps to configure your SAP S/4 HANA source system with Open M
4444

4545
## Next steps
4646

47-
Once this configuration is complete, you can proceed to set up the dataset.
47+
Once this configuration is complete, you can proceed to configure insights.
4848

49-
- [Configure Dataset in Business Process Solutions](configure-dataset.md)
49+
- [Configure Insights in Business Process Solutions](configure-insights.md)

articles/sap/business-process-solutions/configure-dataset.md renamed to articles/sap/business-process-solutions/manage-datasets.md

File renamed without changes.
35.9 KB
Loading
59.8 KB
Loading
37.2 KB
Loading
65.3 KB
Loading

0 commit comments

Comments
 (0)