Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm trying to create a Power BI paginated report with graphs. It looks fine when I preview in normal mode, but I can only see a portion of the visual in the print layout.
I've tried adjusting font sizes, dynamicheight and dynamicwidth, but that hasn't made any difference.
I've tried different visuals, but they all have the same problem. I have other reports that use list data regions and these work fine.
Normal layout:
Print layout:
Solved! Go to Solution.
1. Set Fixed Chart Size:
Avoid auto-sizing. Manually set the chart’s `Width` and `Height` in inches (e.g., 6in x 3in).
2. Check Page & Body Size:
Ensure Body Width + Left/Right Margins ≤ Page Width.
(e.g., for A4: 8.3in width – 1in margin each side = max 6.3in body width)
3. Use Containers:
Place visuals inside a Rectangle or Table cell with fixed size to maintain layout.
4. Disable CanGrow/CanShrink:
Set `CanGrow = False` and `CanShrink = False` for charts and containers.
5. Test with PDF Export:
Use PDF export to confirm layout, as print preview can behave differently.
Thanks for the suggestions. The one that worked for me was generating the PDF. The graph looks fine in the final output, just not in the print preview.
1. Set Fixed Chart Size:
Avoid auto-sizing. Manually set the chart’s `Width` and `Height` in inches (e.g., 6in x 3in).
2. Check Page & Body Size:
Ensure Body Width + Left/Right Margins ≤ Page Width.
(e.g., for A4: 8.3in width – 1in margin each side = max 6.3in body width)
3. Use Containers:
Place visuals inside a Rectangle or Table cell with fixed size to maintain layout.
4. Disable CanGrow/CanShrink:
Set `CanGrow = False` and `CanShrink = False` for charts and containers.
5. Test with PDF Export:
Use PDF export to confirm layout, as print preview can behave differently.
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
5 | |
4 | |
3 | |
3 | |
2 |