Add Requirements

2025-10-18 08:05:42 +00:00
parent fba858d73e
commit 2eaac57baa

20
Requirements.md Normal file

@@ -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)