Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am pulling the data from SharePoint and using python code to manipulate the data. Refresh is working in PowerBI desktop . But when i published the report, i am not able to do refresh and automatic refresh.
Due to the above error . How do
Hi @Anonymous ,
Check if you're using a gateway in personal mode instead of standard mode, and the privacy level of the data source needs to be set to public.
Use Python in Power BI Power Query Editor
you can also consider the following: you can use Power Query (M language) to manipulate the data from SharePoint. Power Query is supported in Power BI, and you should be able to refresh the data without issues.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Why do you need to use Python? Which transformations require that?
In any case, are you using a library that is not supported in the service?
Learn which Python packages are supported - Power BI | Microsoft Learn
Pat