Forum Discussion
Printing an embedded report
I have a dashboard embedded to my website. I used to be able to right click > print without any problem, but now it seems my report does not want to print properly. The report is cut off. It seems to not want to scale properly.
I've tried all paper sizes and print options in the menu. My report size is a custom size at 2125x1375, but I also cannot print a report that is 16:9 (one of the PowerBI defaults).
4 Replies
- v-yuta-msftCommunity Support
Anonymous ,
I would suggest you to call JS API to print the full repor, please refer to doc and similar questions below:
https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embedding---Basic-interactions#print-a-report
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
v-yuta-msft I should add that I'm using Squarespace and printing has been working fine up until recently. Maybe there was a change on PowerBI's end?
- v-yuta-msftCommunity Support
Anonymous ,
Have you changed the screen pixel before this issue happens?
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
I've had a similar issue recently, it seems as though Power BI wasn't printing the entire report page, but trying to cut off the empty spaces where there were no visuals.
What's seemed to work for me is to add 2 100% transparent rectange shapes to the report in Power BI. Have one narrow rectangle that spans the full width horizontally, and one that spans the full height vertically. Make sure the shapes are sent to the back and not overlapping any other visuals if possible.
This seems to force the browser to print the entire page correctly. Sounds ridiculous but it worked for us, so give it a try :)