Forum Discussion

twiek's avatar
twiek
Frequent Visitor
2 years ago
Solved

Feature usage and adoption not working

Hi everyone,   I did not find any info on my particular problem so I hope you can support me. About 2 weeks ago I found out about PowerBIs Admin Monitoring feature and its standard Dataset + Report...
  • jeremycolson1's avatar
    jeremycolson1
    1 year ago

    Hi twiek 

     

    We finally figured it out... there's a section in the documentation that talks about reinitializing the admin workspace.

     

    These were the steps we took to finally fix the app:

    • Logged into Fabric
    • Navigated to the Admin Monitoring workspace
    • Captured the Workspace Id

    • Opened up developer tools in the browser, navigated to the network tab, and filtered on Fetch/XHR. Then refreshed the page so we could grab the bearer token (it's a short-cut we use to get a bearer token when using something like Postman). Any fetch request should have the bearer token in the headers... so just pick one (in the image here I picked base), and then on the right, under "Headers" you can scroll down to find the bearer token under authorization.

    • Then we used postman to make a DELETE call to the endpoint from the Microsoft article using the Workspace Id and bearer token (just toss the bearer token under Authorization). I'm not sure how familiar you are with Postman, but if you have any questions just let me know. You should get a 200 back if the delete is successful.

     

     

    • Went back to the browser and refreshed the page... It basically reinstalls the admin workspace apps. Then it will refresh the underlying semantic models. And in about 15 minutes our usage app started working again.

     

    No idea why Microsoft has made this such a convoluted process. The fact someone has to use the underlying APIs to fix their broken apps is just absurd IMO. Great job w/ the usability there Microsoft.

     

    Hope this helps. If you have any questions or run into any problems just let me know.