Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Syndicate_Admin
Administrator
Administrator

How to split a macro report into subreports without redundant dataset?

Good morning

I have a report with more than 20 pages, which uses a SQL Server with mixed storage mode (Imported and DirectQuery) and I would like to get 3 subreports each with a range of pages of the macro report and accessing the same database and tables (there are more than 20).

Upload the 3 sub-reports generates 3 datasets in the Service

As there are imported tables I assume that there will be redundant data, but I would prefer to have a single set of data instead of 3, since in addition the 3 would have to be automatically updated daily.

I thought that after uploading the first subreport (I already have a dataset), you could change the data source of each of the tables to use the dataset of the first subreport (dynamic connection) but this would involve doing it in 20x2 = about 40 tables. I don't see how to replace the general SQL Server source with the dataset for all tables at once.

I only need the 3 sub-reports and the unique dataset in Service, in Desktop with the macro report would suffice.

Some idea or suggestion to get it.

Thanks a lot!!!!

3 REPLIES 3
AlexisOlson
Super User
Super User

Can you clarify what you mean by "subreport"? This usually makes me think of Paginated Reports (.rdl) rather than Power BI Destkop (.pbix) but paginated reports don't have the same Import/DirectQuery distinction.

The main report has 22 pages, you want 3 reports that include subsets of these same pages with all their visualizations. Nothing to do with paginated reports.

Greetings and thanks

You can connect the subreports to the existing "macro report" dataset rather than creating new datasets for each one.

 

See the documentation here:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-report-lifecycle-datasets

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors