How to embed Power BI Report with PYQT5
-
Is it possible to embed power BI report in PYQT5? I was just wondering if this is feasible. Thanks in advance.
-
@SGaist Thanks for your reply. I want to display a country's map in a python desktop application. The database table has election details which I want to use to show the votes each candidate had on the map in the desktop app.
-
Do you really need to use Power BI to process that database ?
Because it looks a bit of overkill to embed it to show that data.
See this article to create a world map with additional data.