Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have a report I built in report builder. i want to generate a multi-page document that replicates the same infomation, but with a separate page based on filtered data.
Example: let's say I built a report that shows key Baseball stats (hitting stats, pitchings stats, wins/losses, etc.) in the layout that I want. What I'm specifically looking to do: generate one report that shows the same information per page , but with the data filtered based on a defined value:
- 1 page sumarizing the data for all of MLB
- 1 page sumarizing the data for each of the 2 leagues
- 1 page sumarizing the data for each of the 30 team
The end result is a single report with 33 pages; each page looks exactly the same, showing the same set of data, but with the data values updated to reflect the various "groups".
Relatively new to Power Bi Report Builder.
I've seen questions simliar to this on the Community Board, and I've seen replies that this is possible, but can't see a straightforward reply that shows how to do that. Most of the linked urls/documents poitn to generic "Report Builder in a Day" type documentation.
Thanks.
Solved! Go to Solution.
One way to do this would be using a sub report Subreports in Power BI paginated reports - Power BI | Microsoft Learn
If you build a single report that has a parameter that can either be MLB or League or a Team and prints the page for that entity.
Then build a second report that has a dataset with 33 rows - one row for each entity you want to print. With the parameter value you need to pass into the first report.
eg
| MLB |
| League 1 |
| League 2 |
|
Team 1 |
|
Team 2 |
|
etc... |
In this second report you create a table based on this dataset with a single detail cell which covers the whole width of the report and put a subreport control in it linked to your first report and link up the parameter in the subreport to value from the dataset.
Then when you run the second report it should generate the first report 33 times passing in the different parameter values from the dataset in the second report.
One way to do this would be using a sub report Subreports in Power BI paginated reports - Power BI | Microsoft Learn
If you build a single report that has a parameter that can either be MLB or League or a Team and prints the page for that entity.
Then build a second report that has a dataset with 33 rows - one row for each entity you want to print. With the parameter value you need to pass into the first report.
eg
| MLB |
| League 1 |
| League 2 |
|
Team 1 |
|
Team 2 |
|
etc... |
In this second report you create a table based on this dataset with a single detail cell which covers the whole width of the report and put a subreport control in it linked to your first report and link up the parameter in the subreport to value from the dataset.
Then when you run the second report it should generate the first report 33 times passing in the different parameter values from the dataset in the second report.
thanks so much for pointing me in the right direction. i am able to follow up until:
"In this second report you create a table based on this dataset with a single detail cell which covers the whole width of the report and put a subreport control in it linked to your first report and link up the parameter in the subreport to value from the dataset."
Can you clarify/expand what you mean by subreport control and how to link it to the first report?
There are instructions here on using subreports Add a subreport and parameters to a paginated report - Microsoft Report Builder & Power BI Report Bu...
thanks for the help and lnks; was able to sort it out and it worked perfectly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |