The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello.
My report has below options in the action bar:
But when I acces my report with reportEmbed and parameters in the URL, the action bar is reduced to this only:
How can I add bookmarks option to my action bar in reportEmbed?
Solved! Go to Solution.
Hi @dronik,
Personal Bookmarks (user custom filtering) are disabled by default in Power BI Embedded Analytics and must be enabled manually. Additionally, they are only supported in "Embed for Your Organization" (User Owns Data) and are not available in "Embed for Your Customers" (App Owns Data).
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hi @dronik,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @dronik,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
Hey there!
I think you can sort out this issue in settings. Try this:
- Open your report in Power BI Service.
- Go to File → Options and settings → Report settings.
- Enable "Persistent Filters" and "Bookmarks Pane".
- Republish the report.
Hopefully this helps!
Cheerio,
Zoe 😁😁
Hello,
this didnt help. I dont need filtering pane to be visible - I already have this. I have possibility for my users to save bookmarks in the reportEmbed reports.
Hi @dronik,
Thank you for reaching out to the Microsoft Fabric Forum Community.
To enable the Bookmarks option in your embedded report, please follow these steps:
If you are embedding the report using a direct URL, try adding the following parameter:
&bookmarksPaneEnabled=true
https://app.powerbi.com/reportEmbed?reportId=YOUR_REPORT_ID&bookmarksPaneEnabled=true
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
hello @v-saisrao-msft
thanks for your answer and sorry for misunderstanding. I need to enable personal bookmarks (user custom filtering) - not the page bookmarks.
Hi @dronik,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @dronik,
To enable Personal Bookmarks in an embedded Power BI report, you may find the following resources helpful:
Solved: How to enable personal bookmark in embed pbi using... - Microsoft Fabric Community
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
hello @v-saisrao-msft
what is loadConfiguration in the second step? I cannot find it anywhere..
Thanks for your response
Hi @dronik,
Personal Bookmarks (user custom filtering) are disabled by default in Power BI Embedded Analytics and must be enabled manually. Additionally, they are only supported in "Embed for Your Organization" (User Owns Data) and are not available in "Embed for Your Customers" (App Owns Data).
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hello @v-saisrao-msft
thanks for your answer. Do you know where I should place embedConfig method? In which file or which place in the code?
Regards.
Hi @dronik,
The embedConfig object is used to configure and embed a Power BI report with the JavaScript SDK. It should be defined in your JavaScript file (e.g., embed.js or app.js) and passed to powerbi.embed() within the embedding function. Make sure the Power BI JavaScript SDK is loaded, embedConfig is correctly formatted, and the embedding function executes at the appropriate time.
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.