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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Hugo_Gallardo
Helper I
Helper I

POWER BI EMBEDDED: Embedding independent visuals, getting them to use all the div space

We had embedded every visual in a asp.net core Razore view.

 

We had fixed the width and height of the divs but the embedded visual don't use the whole space.

 

We need to know what to configure in Power BI so they use the whole space and then fix themselves if we are using Bootstrap to fix the div class"col-md" space resposively.

 

As you can see in the picture the tables aren't using the whole space on the div.

 

As we are also using the 125% application zoom setting on windows 10, and also since the user is not going to change it, we need to know how to configure visuals to accurate use the space of the display.

 

responsive and space between divs because of fixed heightresponsive and space between divs because of fixed heighttable should use the whole widthtable should use the whole widthtable should use the whole widthtable should use the whole width

3 REPLIES 3
Hugo_Gallardo
Helper I
Helper I

Do you have Power BI Embedded development team we could talk to? We have some issues embedding some visuals extracting them from different PBI reports and we are going nowhere in this forum. That would be helpfull

v-rzhou-msft
Community Support
Community Support

Hi @Hugo_Gallardo 

As far as I know, currently you can try to change the visual layout by yourself.

let embedConfig = {
    ...
    settings: {
        layoutType: models.LayoutType.Custom
        customLayout: {...}
    }
};

Here is the offical blog. For reference: Personalize a report layout

 

In addition, here is similar thread about building responsive dashboard view with Power BI Embedded, in which a workaround is mentioned. Could you go to check if it helps in your scenario?

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi:

 

That would happen if I embedd the whole Power BI report.

 

I am actually embedding every view separettelly from 3 different reports. That's why this wouldn't work

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.