Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi community,
I have a task that I am wondering if it's doable on paginated report.
So here are the records below:
ID | Country | City | Content |
1 | Canada | Toronto | ABC |
2 | US | New York | DEF |
3 | Mexico | Mexico City | GHI |
4 | Canada | Toronto | JKL |
I have a report parameter set at "Country" and "City"
The Paginated Report looks something like below table
Content |
<Result of the content> |
As you can see, from the records, if a user selects "Canada" then "Toronto",
the result of the paginated report will be
Content |
ABC |
JKL |
Is there anyway that instead of expanding the results in the same "report"/"table", the paginated report is able to loop through each item as it's own report so instead of one report with two records expanding the table rows, the result will be two seperate tables/two reports.
Ideal Result should look like below
Content |
ABC |
Content |
JKL |
Do you still want separate pages per city?
it doesn't have to be saparate pages but multiple tables per city. I think I have figured it out now, I just have to "group" them and make sure all the tables I want in a report are actually just "one" big table.
Another possible solution that I haven't looked into was I think the "sub-report" feature might does the job I am looking for.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.