Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Eliasaki92
Advocate II
Advocate II

Communication between visuals, shared memory, iFrame scaling and maximum file size for pbiviz

Hi,

 

I am looking into developing custom visuals according to the international business communication standards "IBCS" in Power BI.

 

As potential show stoppers I discovered the following points and I am wondering whether some custom visual expert can help me with that:  

 

  1. 2 or more custom visuals on the same report must be able to find each other and communicate thru messages with low latency
  2. 2 or more custom visuals on the same report must have access to a common memory
  3. Custom visuals must be able to open dialogs for configuration that are larger than their iframe. Or their iframe can be programmatically increased to maximum size with 100% scaling while configuring
  4. It seems that there is a limitation in the file size of the components in "pbiviz.json -> externalJS", as from a certain file size (~2MB) upwards, the *.pbiviz package could not be loaded in PowerBI Web anymore, giving an error message "Request size too large"

Many thanks for your support and best regards from Germany,
Elias 

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

Hello @Eliasaki92

 

  1. I dodn't think that this is possible but you might try to use postMessage to send messages to other iframe.
  2. That's impossible due to iframe isolation. Are you able to merge two custom visual into common code base in order to achieve the shared memory?
  3. That isn't possbile. However, you might open another window by using Launch URL API.
  4. Yes, you're right. Power BI doesn't allow to import pbiviz that is larger than 2MB. It'd be better to reduce code size that is included into pbiviz. Another option is to unzip the pbiviz file and zip it again using another compression level.

 

Please let us know if you have any further questions.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

View solution in original post

2 REPLIES 2
v-viig
Community Champion
Community Champion

Hello @Eliasaki92

 

  1. I dodn't think that this is possible but you might try to use postMessage to send messages to other iframe.
  2. That's impossible due to iframe isolation. Are you able to merge two custom visual into common code base in order to achieve the shared memory?
  3. That isn't possbile. However, you might open another window by using Launch URL API.
  4. Yes, you're right. Power BI doesn't allow to import pbiviz that is larger than 2MB. It'd be better to reduce code size that is included into pbiviz. Another option is to unzip the pbiviz file and zip it again using another compression level.

 

Please let us know if you have any further questions.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

Many thanks for the quick and complete answer!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.