Forum Discussion

Suryakant_99's avatar
Suryakant_99
Frequent Visitor
2 years ago
Solved

Getting this "exploration 401 (Unauthorized)" error while applying bookmark.

Hello Everyone,

I have a power BI report and few bookmarks (called as default bookmark) which created by power bi team on that report.

I'm embedding that report in angular and allowing the user to create a custom bookmark as per their need.

I'm getting bookmark object for both user created bookmark and default bookmark and using that bookmark object I'm calling report method,

report.bookmarksManager.applyState(state)
 
For all custom bookmark, it's successfully applying the bookmark but for default bookmark I'm getting the error "http/report/....../exploration 401 (Unauthorized)" in browser console.
 
Anyone have any idea why I'm getting this error and how to fix it.

1 Reply