Forum Discussion
SAM_pnpn
4 years agoNew Member
Power BI Report Builder - Exporting to EXCEL
Hi Everyone,
When exporting a report created with Power BI Report Builder to EXCEL, the last row is sometimes hidden.
How can I prevent this?
Thank you for your information.
SAM
2 Replies
- sevenhills
Super User
I remember it as points vs inches and getting them rounded.
SSRS: inches, pixels, centimeters, and points.
Excel: only points.
* You can hide header if you dont need it. (=IIF(Globals!RenderFormat.Name=”EXCELOPENXML”,True,False) )* Go through each of the textbox and see if they are less than or equal to only two decimal places
Check these links and see if this applies to your scenario:
https://docs.microsoft.com/en-US/troubleshoot/sql/reporting-services/workbook-hidden-rows-columns