Forum Discussion
vdburg
7 years agoResolver I
python script error
Hi, I can´t run any Python code. Whatever I do it returns always the same error. I have just loaded an Excel sheet with 4 rows and 2 columns of fake data (just years and revenue) and it doesn´t work...
- 7 years ago
Power BI team fixed the problem
vdburg
7 years agoResolver 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()
Mardin
7 years agoAdvocate 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.