Long story short: for me it turned out that it wasn’t an extension but rather a pane that was reaching out to Azure and taking a long time to respond while halting the rest. I turned it off on startup and found that the startup time became way better and very acceptable. So in case that you’re suffering from the same, take a look under:
Help > Manage Visual Studio Performance
and see where you can squeeze out several seconds.
Now that we know how to set up our local virtual environment and install the required packages, we can start reading the feather file in Power BI. First act...
In the former blog post we set up the virtual environment for Python in Power BI. In this post, I will show you how to use Python in Power BI. To check Be ...
It is possible to use Python in Power BI. This is a great feature because it allows you to use Python scripts to manipulate your data. In this post, I will s...
Intro Python knowns the concept of virtual envirnomnets. A virtual environment is a self-contained directory tree that contains a Python installation for a ...
Leave a Comment