From 2eaac57baa577f386a8ebdf7f15c45494869a9ee Mon Sep 17 00:00:00 2001 From: delias Date: Sat, 18 Oct 2025 08:05:42 +0000 Subject: [PATCH] Add Requirements --- Requirements.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Requirements.md diff --git a/Requirements.md b/Requirements.md new file mode 100644 index 0000000..da028b4 --- /dev/null +++ b/Requirements.md @@ -0,0 +1,20 @@ +# 1. Download links +| Requirement| Comment | Link | +| --- | --- | --- | +| Python | 3.14 or latest| [Download](https://www.python.org/downloads/) | +| Power BI Desktop | | [Download ](https://www.microsoft.com/en-us/power-platform/products/power-bi/desktop) | +| OPCUA python library | Installed via command line | | +| Pandas python library | Installed via command line | | + +# 2. Install python libraries +After installing python, open command line or terminal windows and run the following command: + +`python -m pip install opcua pandas` + +# 3. Setup python in Power BI +After installing python and Power BI desktop, open Power BI and click the following menus: +File - Options and settings - Options +![emtpy](file://assets/Wiki/PBI_Setup_01.png) + +A window will popup. Select 'Python Scripting' on the left tab and make sure there is a Python Home directory selected so Power BI can run python scripts +![emtpy](file://assets/Wiki/PBI_Setup_02.png) \ No newline at end of file