Forum Discussion
Mahendra_k
10 months agoHelper I
How to Capture and Restore Report State (Like BooHow to Capture and Reskmarks) in Power BI Embedded?
Hi everyone, In Power BI Desktop, I’ve created a matrix visual where the columns are managed using a field parameter, allowing users to rearrange the column positions dynamically. In the Po...
- 10 months ago
Hi Mahendra_k ,
To enable the custom bookmarks you need to enable that feature on the embedded code:
https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/personal-bookmarks
Just setup the personalBookmarksEnabled to true
MFelix
10 months agoSuper User
Hi Mahendra_k ,
To enable the custom bookmarks you need to enable that feature on the embedded code:
https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/personal-bookmarks
Just setup the personalBookmarksEnabled to true