Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!