-
Python 3
-
IDE (Recommended is Visual Studio Code)
-
Refer to the documentation and register a Power BI app here.
-
Put required values in the config.py file related to AAD app, Power BI report, workspace, dataset, and user account information.
-
Save and restart the application.
-
Install Python 3 and set its path in an environment variable.
-
Run the following command in CMD/ PowerShell in the folder where
requirements.txtfile is present.pip3 install -r requirements.txt
-
Open Visual Studio Code.
-
Open Python/App Owns Data/powerbiembedding folder.
-
Open integrated terminal and type the below command to start the application.
flask run -
Open localhost:5000 in browser or follow the direction in the output log.