The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi There,
We are embeding power bi report in our site and it is working as expected.
Now we need to implement bookMark functionality same as power bi site.
We are able to consume power bi api to capture bookmark states as below
var bookMark = report.bookmarksManager.capture({ allPages: true, personalizeVisuals: true }); /* next we do api call to save this "bookMark" against loggedin user. */ |
On server side we uses table storage to store this "bookMark" object. but there are some reports for which it give size exception.
We want to know what could be max size for bookMark state so that we can split it accordingly and store on table storage in different columns.
Table storage has column size limitation of max 32kb data (for utf-16 char code). Hence planning to store bookmark state in multiple columns like state1, state2 and then combine state (state1+state2) while retriving.
But for this we need assured info about what could be the max size for any power bookmark state?
Any direction to save such huge data or give approximate supportive data could be helpfull for us to take decision.
Thanks in advance
Hi, @sanketpathre
Sorry, I didn't find relevant information after searching. You can try to simplify the content of the bookmark and see if the error disappears.
Reference:
Enhance your users' experience with bookmarks in Power BI embedded analytics | Microsoft Docs
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Hi v-janeyg-msft
I think you didnt get my question. The link, that you forwarded, I already been thorugh that.
My question is what is max size of capture state for any report, so that we could accomodate fixed or dynamic size in backend where we are saving bookmark state. We are able to capture and save bookmark state. but we come up with some scinario where that capture state size is beyond limitaion of azure table storage column data limit.
So just want to know how much max that size can go of capture state?
Hello @sanketpathre
Sorry, I'm relatively new to your problem, I check the documents but they don't mention about max size of capture state. I suggest you go to js api forum to ask questions, maybe someone will know.
Best Regards,
Community Support Team _ Janey
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
54 | |
26 | |
14 | |
14 | |
12 |
User | Count |
---|---|
102 | |
37 | |
28 | |
22 | |
20 |