Forum Discussion
Anonymous
4 years agoNot applicable
Page breaks excel export while exported from power automate
I have developed power bi report builder report and have conditional page breaks. When exported to pdf it should have page breaks and when exported to excel it should not. It works fine when I run an...
Anonymous
4 years agoNot applicable
Thank you for response, I have put below condition in power bi paginated report
=IF(Globals!RenderFormat.Name="EXCELOPNXML",FALSE,TRUE)
So when I export report form service and export to excel it works fine. But, when generated from power automate it apply page break. seems above condition does not work 😞