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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
jaryszek
Post Prodigy
Post Prodigy

Changing canvas settings to HD resolution

hi Guys,

i have changed my current page to HD resolution:

jaryszek_0-1749807842537.png
the case is that all my visuals are too small right now. How to adjust them automatically or using selection to changed canvas size?

Best,
Jacek

 

 

1 ACCEPTED SOLUTION
Nasif_Azam
Impactful Individual
Impactful Individual

Hey @jaryszek ,

You've changed your Power BI canvas size to Full HD (1920×1080), but your visuals appear too small now. Here's how you can scale and adjust visuals efficiently:

Option 1: Use "Ctrl + A" + Manual Resize

  1. Select all visuals:

    • Click on a blank area of the report canvas.

    • Press Ctrl + A to select all visuals.

  2. Group them (optional):

    • Right-click → Group → “Group” (this keeps their relative positions).

  3. Resize as a group:

    • Use the corner drag handles to proportionally scale them up.

    • Hold Shift while resizing to maintain aspect ratio if needed.

Option 2: Use the “Selection” and “Format” Pane

If you want to scale visuals uniformly and precisely:

  1. Open Selection pane (View tab → Selection).

  2. Open Format pane.

  3. Select each visual and adjust the size (width/height) and position (X/Y) in increments.

This is tedious for many visuals but allows pixel-perfect control.

Option 3: Use JSON Theme for Padding & Scaling

"visualStyles": {
  "*": {
    "*": {
      "general": [
        {
          "responsive": true,
          "padding": {
            "top": "10px",
            "bottom": "10px"
          }
        }
      ]
    }
  }
}

 

For More Information:

Page display settings in a Power BI report

How to get visuals to resize automatically

Dynamic Resizing of visuals

Resize Visuals in PowerBI using buttons and bookmarks

 

If you found this solution helpful, please consider accepting it and giving it a kudos (Like) it’s greatly appreciated and helps others find the solution more easily.


Best Regards,
Nasif Azam

View solution in original post

5 REPLIES 5
Nasif_Azam
Impactful Individual
Impactful Individual

Hey @jaryszek ,

You've changed your Power BI canvas size to Full HD (1920×1080), but your visuals appear too small now. Here's how you can scale and adjust visuals efficiently:

Option 1: Use "Ctrl + A" + Manual Resize

  1. Select all visuals:

    • Click on a blank area of the report canvas.

    • Press Ctrl + A to select all visuals.

  2. Group them (optional):

    • Right-click → Group → “Group” (this keeps their relative positions).

  3. Resize as a group:

    • Use the corner drag handles to proportionally scale them up.

    • Hold Shift while resizing to maintain aspect ratio if needed.

Option 2: Use the “Selection” and “Format” Pane

If you want to scale visuals uniformly and precisely:

  1. Open Selection pane (View tab → Selection).

  2. Open Format pane.

  3. Select each visual and adjust the size (width/height) and position (X/Y) in increments.

This is tedious for many visuals but allows pixel-perfect control.

Option 3: Use JSON Theme for Padding & Scaling

"visualStyles": {
  "*": {
    "*": {
      "general": [
        {
          "responsive": true,
          "padding": {
            "top": "10px",
            "bottom": "10px"
          }
        }
      ]
    }
  }
}

 

For More Information:

Page display settings in a Power BI report

How to get visuals to resize automatically

Dynamic Resizing of visuals

Resize Visuals in PowerBI using buttons and bookmarks

 

If you found this solution helpful, please consider accepting it and giving it a kudos (Like) it’s greatly appreciated and helps others find the solution more easily.


Best Regards,
Nasif Azam

thank you very much

Hi @jaryszek 

Thank you @Nasif_Azam for taking time and providing solution.

We would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.

 

If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

Regards,
Akhil.



It is not a solution, it is workarpound for missing feature 🙂

Hi @jaryszek 

Thanks a lot for your honest feedback, you're absolutely right. At this point, Power BI doesn't support automatic visual scaling when changing canvas size, which can definitely be limiting in scenarios like yours.

What’s currently possible are these workarounds (like Ctrl+A resizing or pixel adjustments), but we completely understand that this isn’t an ideal or native solution. It’s more of a manual patch than a true feature.

As suggested by @Nasif_Azam , the options shared should help address your requirement effectively.
If you continue to face any challenges or need further assistance, feel free to reach out again here or connect with the Microsoft Fabric Community, we're always happy to help.

Regards,
Akhil

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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