Forum Discussion
Usage Metrics Not Working
- 3 years ago
I faced similar issue few days back, here are the steps that I did to fix this issue:
Get the dataset id which you can get from the web page from where you have got the above screenshot
Go to below link and use try it to delete the dataset by using the dataset id that you got above:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/delete-dataset-in-group
Generate the dataset again which should work.
I faced similar issue few days back, here are the steps that I did to fix this issue:
Get the dataset id which you can get from the web page from where you have got the above screenshot
Go to below link and use try it to delete the dataset by using the dataset id that you got above:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/delete-dataset-in-group
Generate the dataset again which should work.
Brilliant, this has sorted it, thanks.