Forum Discussion
Power BI Desktop with Python slow, once published to the Power BI Service nearly unworkable
Hi All, I am needing the flexibility of python to produce visuals not available. I tried various simple scenarios where I simply graph a grid or basic plot with a dataframe generated within the script (no data feed from Power BI to Python). Here the refresh is 2-3 seconds but when published to the Power BI Service this becomes a 25-40 second delay. So to re-iterate - the visual generates its own data and does not have to fetch any data.
This poor performance is unworkable as my audience need to click through and they are simply not going to wait that long per page. My data source settings are direct import - but should not be relevant to this scenario given the data is generated within the visual?
Am I doing something wrong to cause this poor performance? I could not image this to be the norm.
Thanks in advance,
Lex
The scipt is:
1 Reply
- lbendlin
Super User
All this just to see if the RNG has enough entropy? Maybe try the performance of a real dataset?