Forum Discussion

AlfredQuick's avatar
AlfredQuick
Frequent Visitor
5 years ago
Solved

Report with one page for each parameter value (Report Builder)

Hi,   I have been using Power BI for years but I am new to Power BI Report Builder and Paginated Reports. I built a table with the fields I want and include a parameter. When I run the report and c...
  • DavisBI's avatar
    5 years ago

    Hi, AlfredQuick ,

     

    Suppose you have ten order numbers, do you want the report to generate ten corresponding pages at the same time and print them all? Power BI Report Builder can't do this at present.

     

    In general, you can only change the parameters manually and print them one by one, but here I provide two solutions for you.

     

    One solution is export the whole table as csv or xlsx to a directory, and then using other tools, for example, using python to separate tables by parameter, and then print them all.

     

    Another way is to change your report design (or create a new report base on the same dataset) to make it a print only version, for this, you can refer to this answer.

    Best.

     

    Mark this post as solution if this helps, thanks!