Forum Discussion
Report with one page for each parameter value (Report Builder)
- 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!
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!