Forum Discussion

chulpanvl's avatar
chulpanvl
Helper I
4 years ago

Power Bi Service Error - Failed to update data source credentials: ADO.NET: python.exe not found

Hello everyone! I am trying to schedule a refresh using Power BI Service for my dataset that contains Python script which is: import pandas as pd data = [['Alex',10],['Bob',12],['Clarke',13]] ...