Skip to content

Commit

Permalink
Initial Power BI example (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Romainczyk <[email protected]>
  • Loading branch information
StefanRR and Stefan Romainczyk authored Dec 16, 2024
1 parent 66d8375 commit 361baf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data_management_learning_path/ods/powerbi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"\n",
"Look into this article Microsoft article for further requirements how to [Run Python scripts in Power BI Desktop](https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-scripts).\n",
"\n",
"You can then copy these examples directly into Microsoft Power BI and [Run the script and import data](https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-scripts#run-the-script-and-import-data)\n",
"You can then copy these examples directly into Microsoft Power BI and [Run the script and import data](https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-scripts#run-the-script-and-import-data).\n",
"\n",
"In case you're new to Power BI Desktop, checkout this [beginner course on Github](https://monashdatafluency.github.io/Power_BI/).\n",
"\n",
"The ODS HTTP API is a session based API. The session ID is called conI in the ODS documentation. The ASAM ODSBox uses con_i as API object representing the session. \n",
"\n",
Expand Down

0 comments on commit 361baf8

Please sign in to comment.