From de5a4194ab3bd50efca7a839fb12873953b0712a Mon Sep 17 00:00:00 2001
From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com>
Date: Wed, 27 Nov 2024 13:05:05 -0500
Subject: [PATCH] [dagster-powerbi][docs] Add setup env section in Power BI
docs (#26167)
## Summary & Motivation
As title, like for the other BI integrations. The section was originally
added for other BI docs after receiving user feedback.
---
docs/content/integrations/powerbi.mdx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/content/integrations/powerbi.mdx b/docs/content/integrations/powerbi.mdx
index 2f5035f4b4e0e..3518078cb7c37 100644
--- a/docs/content/integrations/powerbi.mdx
+++ b/docs/content/integrations/powerbi.mdx
@@ -28,6 +28,14 @@ This guide provides instructions for using Dagster with Power BI using the `dags
+## Set up your environment
+
+To get started, you'll need to install the `dagster` and `dagster-powerbi` Python packages:
+
+```bash
+pip install dagster dagster-powerbi
+```
+
## Represent Power BI assets in the asset graph
To load Power BI assets into the Dagster asset graph, you must first construct a resource, which allows Dagster to communicate with your Power BI workspace. You'll need to supply your workspace ID and credentials. You may configure a service principal or use an API access token, which can be passed directly or accessed from the environment using .