Add Requirements
20
Requirements.md
Normal file
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
|
||||||
|

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

|
||||||
Reference in New Issue
Block a user