Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

PowerBI API Dataset Refresh 404 Not Found

Hi! I am currently using PowerShell to make an API call to refresh a dataset. Here is the code:     # Credentials $AppId = "<AppId>" $TenantId = "<TenantId>" $ClientSecret = "<ClientSecret>" ...