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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,9 @@ Once the deployment completes, you can see the report in your workspace and in t
86
86
87
87
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:
88
88
89
+
> [!NOTE]
90
+
> Refresh the semantic model only after data is available in the gold lakehouse.
91
+
89
92
1. Open the Semantic Model item, Click on **File**, and then select **Settings** button.
90
93
:::image type="content" source="./media/configure-insights/model-settings.png" alt-text="Screenshot showing how to open the semantic model settings." lightbox="./media/configure-insights/model-settings.png":::
91
94
2. Open the **Gateway and cloud connections** and under cloud connections, click on Create a connection.
@@ -96,25 +99,22 @@ To refresh the semantic model, we need to set up a connection in fabric, else we
96
99
:::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":::
97
100
6. Once done, try to refresh the semantic model and check if it completes successfully.
98
101
99
-
> [!NOTE]
100
-
> Refresh the semantic model only after data is available in the gold lakehouse.
101
-
102
102
If you encounter problems with model refresh, check our [troubleshooting page](troubleshooting.md).
103
103
104
104
## Import Lakehouse Views
105
105
106
106
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:
107
107
108
+
> [!NOTE]
109
+
> This step is optional. Run this notebook only after data is available in the gold lakehouse.
110
+
108
111
1. Navigate to your workspace.
109
112
2. Open the notebook **bps_gold_view_creation**.
110
113
:::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":::
111
114
3. Click on the **Run All** button.
112
115
:::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":::
113
116
4. Once the notebook run is finished, you should see the sql views in your gold lakehouse.
114
117
115
-
> [!NOTE]
116
-
> This step is optional. Run this notebook only after data is available in the gold lakehouse.
117
-
118
118
## Summary
119
119
120
120
In this article, we described the steps required to configure Insights in Business Process Solutions. You learned how to deploy Power BI reports and semantic models, set up connections for refreshing reports and models, and deploy lakehouse views. Now you can start exploring the reports and models to gain insights from your data.
0 commit comments