Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
All,
I have written a python script to disable a dataset's refresh schedule.
Reference Link : https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/update-refresh-schedule-in-group#disabl...
Try 1:
{'error': {'code': 'InvalidRequest', 'message': 'Refresh schedule refresh schedule request is empty'}}
Try2: (Ran without 'Data')
Solved! Go to Solution.
I changed from data = data to json = data then it is working fine.
I changed from data = data to json = data then it is working fine.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.