Forum Discussion
Did MS change something on APIs?
- 8 years ago
The REST API article updated on July 21, 2017, there should be no changes made for the delete rows action:
Example:
DELETE https://api.powerbi.com/v1.0/myorg/datasets/{dataset_id}/tables/{table_name}/rowsMake sure you didn't disable the "historic data analysis", and take a try with a newly added row for testing purpose.
Regards,
Michael
The REST API article updated on July 21, 2017, there should be no changes made for the delete rows action:
Example:
DELETE https://api.powerbi.com/v1.0/myorg/datasets/{dataset_id}/tables/{table_name}/rowsMake sure you didn't disable the "historic data analysis", and take a try with a newly added row for testing purpose.
Regards,
Michael
- Chas20028 years agoHelper III
HI Michael,
I did check as you suggested and history was on, but it helped me find the issue. I had moved the Datasets, Reports, and dashboard to a new Workspace -- My powershell, which pushes the real-tme data, was referencing MyWorkspace dataset location without group or workspace id...
Corrected the powershell, authenicated and data was on the move..
Thanks,
Chas2002