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
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,17 +82,6 @@ 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
-
## 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.
95
-
96
85
## Connection for Semantic Model Refreshes
97
86
98
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:
@@ -107,8 +96,25 @@ To refresh the semantic model, we need to set up a connection in fabric, else we
107
96
:::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":::
108
97
6. Once done, try to refresh the semantic model and check if it completes successfully.
109
98
99
+
> [!NOTE]
100
+
> Refresh the semantic model only after data is available in the gold lakehouse.
101
+
110
102
If you encounter problems with model refresh, check our [troubleshooting page](troubleshooting.md).
111
103
104
+
## Import Lakehouse Views
105
+
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
+
108
+
1. Navigate to your workspace.
109
+
2. Open the notebook **bps_gold_view_creation**.
110
+
:::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
+
3. Click on the **Run All** button.
112
+
:::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
+
4. Once the notebook run is finished, you should see the sql views in your gold lakehouse.
114
+
115
+
> [!NOTE]
116
+
> This step is optional. Run this notebook only after data is available in the gold lakehouse.
117
+
112
118
## Summary
113
119
114
-
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.
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