Forum Discussion
Scocal123
Helper I
3 years agoFeature usage and adoption admin report not refreshing
Hello, The new reports for admins have been massively valuable. Unfortunately, the feature usage and adoption one has stopped working for us. I receive the below errror on the dataset: Data s...
ManuelW
Helper I
3 years agoDear Scocal123 ,
please pay attention this is a non supported idea.
You can create a Connection with Power Shell to list all datasets inside a workspace and then you can delete the dataset.
Commands:
# Login
Connect-PowerBIServiceAccount
# List all datasets inside worksapce
Invoke-PowerBIRestMethod -Url groups/<AdminMonitoringWorkspaceID>/datasets -Method Get
#Copy the ID of the Feature Usage and Adoption Dataset and use the following command
Invoke-PowerBIRestMethod -Url groups/<AdminMonitoringWorkspaceID>/datasets/<Feature Usage and Adoption DatasetID> -Method Delete
Maybe MS will create a new dataset.
Again this is an unsupported idea and I have not tested it.
If you are afraid please create a MS support ticket and talk with them.
Best
Manuel