Forum Discussion
python script error
- 7 years ago
Power BI team fixed the problem
Power BI team fixed the problem
Hi vdburg what did they actually fix? I have just started playing around with Python in PowerBI and I am getting the same error messages. How does one fix this?
- vdburg7 years ago
Resolver I
Hi Mardin,
Have you updated to the last Power Bi desktop?
This is a screenshot of how I see it with some simple made up data
Maybe you can test if you load a table like the one I have here and use the same code.
import matplotlib.pyplot as plt
plt.bar(dataset.Year, dataset.Revenue)
plt.show()- Mardin7 years ago
Advocate IV
I see.. We are still running August unfortunately since we have an external service prodivder pushing the Power BI updates on the company PCs. They only check for the update once a month and since September release came later than usual we will only get the update through the next roll out in October.