You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/business-process-solutions/configure-insights.md
+11-25Lines changed: 11 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,21 +82,16 @@ Once the deployment completes, you can see the report in your workspace and in t
82
82
> [!NOTE]
83
83
> Power BI Report deployment automatically deploys the semantic model. You don't need to deploy the semantic model separately.
84
84
85
-
## Create a new source system
86
-
87
-
If you don't have an existing source system, or want to create a new one, you can do so during the insight setup wizard:
88
-
89
-
1. Select **Create new** under **Source system**.
90
-
:::image type="content" source="./media/configure-insights/wizard-create-new-selected.png" alt-text="Screenshot showing the Create new option selected under source system." lightbox="./media/configure-insights/wizard-create-new-selected.png":::
91
-
2. Under **Source system type**, select the card for your system: **SAP S/4HANA**, **SAP ECC**, or **Salesforce**.
92
-
:::image type="content" source="./media/configure-insights/wizard-source-system-type-cards.png" alt-text="Screenshot showing the source system type cards for SAP S/4HANA, SAP ECC, and Salesforce." lightbox="./media/configure-insights/wizard-source-system-type-cards.png":::
93
-
3. Under **Source system name**, enter a name for the source system and select the **System version** from the dropdown.
94
-
:::image type="content" source="./media/configure-insights/wizard-create-new-name-version.png" alt-text="Screenshot showing the source system name field and system version dropdown." lightbox="./media/configure-insights/wizard-create-new-name-version.png":::
95
-
4. Under **Select insight**, the available insights for the selected source system type are displayed as cards, grouped by **Area** (for example, Record to Report, Order to Cash, Procure to Pay). 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.
96
-
:::image type="content" source="./media/configure-insights/wizard-create-new-insight-cards.png" alt-text="Screenshot showing the available insight cards grouped by area for a new source system." lightbox="./media/configure-insights/wizard-create-new-insight-cards.png":::
97
-
5. 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.
98
-
:::image type="content" source="./media/configure-insights/wizard-create-new-define-insight.png" alt-text="Screenshot showing the Define insight section with the autopopulated insight name." lightbox="./media/configure-insights/wizard-create-new-define-insight.png":::
99
-
6. Select **Next** to proceed with the Set up connections page.
85
+
## Import Lakehouse Views
86
+
87
+
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:
88
+
89
+
1. Navigate to your workspace.
90
+
2. Open the notebook **bps_gold_view_creation**.
91
+
:::image type="content" source="./media/configure-insights/gold-view-notebook.png" alt-text="Screenshot showing how to open the bps_gold_view_creation notebook." lightbox="./media/configure-insights/gold-view-notebook.png":::
92
+
3. Click on the **Run All** button.
93
+
:::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":::
94
+
4. Once the notebook run is finished, you should see the sql views in your gold lakehouse.
100
95
101
96
## Connection for Semantic Model Refreshes
102
97
@@ -112,16 +107,7 @@ To refresh the semantic model, we need to set up a connection in fabric, else we
112
107
:::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":::
113
108
6. Once done, try to refresh the semantic model and check if it completes successfully.
114
109
115
-
## Import Lakehouse Views
116
-
117
-
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:
118
-
119
-
1. Navigate to your workspace.
120
-
2. Open the notebook **bps_gold_view_creation**.
121
-
:::image type="content" source="./media/configure-insights/gold-view-notebook.png" alt-text="Screenshot showing how to open the bps_gold_view_creation notebook." lightbox="./media/configure-insights/gold-view-notebook.png":::
122
-
3. Click on the **Run All** button.
123
-
:::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":::
124
-
4. Once the notebook run is finished, you should see the sql views in your gold lakehouse.
110
+
If you encounter problems with model refresh, check our [troubleshooting page](troubleshooting.md).
0 commit comments