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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
yurcus
Regular Visitor

Advice on how to model Summary + Details pages with large data

Hello All,

 

I am working on a dashboard prototype and was hitting a few roadblocks. 

 

First page on my dashboard shows summary data aggregated at daily level (charts, trendlines, etc). Since this data is aggregated on daily level its easy to work with in the Import mode. However once user picks a day (from a chart) I want to show the full data that contributes to the aggregated value. This data can be very large and using Import model to keep all the detail data rows would make the pbix file size grow to ~20GB.

 

Ideally, in this case the detailed page would use datasets that are configured as DirectQuery and would request data for one day when requested. 

 

Since Import and DataQuery models cannot be combined, i wonder if there is a different way to model this scenariou, maybe through linking two separate reports? (e.g. maybe similarly to SSRS we can include a subreport in the dashboard?)

 

thanks

Yuri

1 ACCEPTED SOLUTION
lndnbrg
Resolver III
Resolver III

Hi! I am quite sure you have thought about that, but is there a way to reduce the detail data t.ex. by excluding unnecessary columns?

If not, what is stopping you from using direct query for your entire report?

You may split it up into two separate reports and link them together using URL parameters. By that you can link from the overview into the details report and hand over the ID.

This may help you: https://guyinacube.com/2017/03/filter-power-bi-reports-using-url-query-string/

View solution in original post

3 REPLIES 3
v-shex-msft
Community Support
Community Support

Hi @yurcus,

 

>>Since Import and DataQuery models cannot be combined, i wonder if there is a different way to model this scenariou, maybe through linking two separate reports? (e.g. maybe similarly to SSRS we can include a subreport in the dashboard?)

 

Current power bi not support this requirement, I also check for this but haven't find any documents mentioned.
Maybe you can try to submit an idea for this requirement.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
lndnbrg
Resolver III
Resolver III

Hi! I am quite sure you have thought about that, but is there a way to reduce the detail data t.ex. by excluding unnecessary columns?

If not, what is stopping you from using direct query for your entire report?

You may split it up into two separate reports and link them together using URL parameters. By that you can link from the overview into the details report and hand over the ID.

This may help you: https://guyinacube.com/2017/03/filter-power-bi-reports-using-url-query-string/

Thanks Indnbrg for the suggestion!

 

Imported data sets allowed calculated columns (that are limtied in DQ) and caching of the data. This would reduce the load on the server since most of the time users would be spending on the summary page adjusting slicers and ocasionally switching to the details view. Hence my attempt to combine Imported data with DQ.

 

However linking two separate reports with URL parameters should be good as a workaround thanks a lot for the link

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.