paginated report pdf errors
2 TopicsPower BI Report Server Export to PDF + Visibility Toggle
Hej, I hope this wasn't asked before but I did not find anything about it. I do have a Report Builder Report where visibility can be toggeled through the row group above BUT I also need it to show everything when exported to PDF - using =IIf(Globals!RenderFormat.Name = "PDF", False, True) as expression As for my problem: I go to preview and the report is shown, toggles work. As long as I don't expand anything in the report, the PDF Export works fine and everything is shown. BUT as soon as I expand something the PDF Export is missing those rows. I kinda came to the conlcusion that the toggle overwrites my expression and I haven't found any way to make this work. In short what I need is: PDF Export showing everything Toggle for Report Builder still working Thanks in advance if you have any idea how I could make this work!Solved856Views0likes3CommentsPaginated Report showing different values for the Row Group when seen in Print Layout or in PDF
I have created a report on Power BI Report Builder (Paginated Report Desktop). When run it by inputting the parameter values it shows correct information for each of the groups but when I convert it into PDF or any other formats it repeats the first group values. Though, it gives correct values when exported into CSV or MHTML formats. I have no idea what am I doing wrong. Without Print Layout With Print Layout I get to see the first group value get repeated on page 2 This how csv file looks like:Solved1.9KViews0likes4Comments