Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm developing a custom visual for map visualization and encounter the following error:
"Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag."
So is there anyway to add the "allow-same-origin" flag to the iframe that load my visual?
The map is possible because there is a mapbox visual training for Power BI that uses them. Something else is causing the error. How can we trouble shoot?
Mapbox Tutorial Power BI 101 https://www.youtube.com/watch?v=0w589b5_Z3o
There is good news and bad news.
The bad news is that what you're asking for, adding the "allow-same-origin" permission to sandboxed visuals, has a snowballs chance in hell of happening. It's considered by many to be risky from a security perspective, and Microsoft has to have insane vigilence around security, I can't see them ever doing this.
The good news is there are workarounds for these limitations, one of them might allow you to still meet your goal. I've been wanting to get around to blogging about PBI sandboxing, and developing custom visuals in general, maybe something like Power BI Custom Visuals In-Depth, but you know it's tough to get free time...
What I would suggest in your case is to let us know, why you want to use session storage? What user level requirement is driving it? That way people here can offer suggestions on how to achieve what you need technically while perserving the experience for your end users.
I could use this as well. I receive this error in the console while developing any Custom Visual using Chrome v60.
Power BI Custom Visuals API doesn't allow to use local storage, session storage and cookie due to security aspects.
You might keep a session in Power BI capabilities' properties.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thanks for the reply Sam.
I had spent some time looking into this, but couldn't find any solutions as well.
@muy,
You may keep an eye on Custom Visuals blog for the latest info.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |