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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
JAFpwrBI_002
Regular Visitor

Connecting Power BI Rpt and Paginated Rpt

Hi all, 

 

I have a power bi report that's connected to a cube, the report focuses on a summarised view of hours by employee. We also have a paginated report that shows a detailed breakdown of hours by people, that's at a more granular level and is using a different datasource (stored proc) - the data points, attributes and parameters are pretty much identical. 

 

Is it possible to connect the 2 together? - for example, in an ideal world i would want to drill through on an employee from the summary view (cube connection) to the detailed view (different connection). 

 

Thanks in Advance

2 ACCEPTED SOLUTIONS
ajohnso2
Continued Contributor
Continued Contributor

Its entirely possible to do this, ensure you are passing across to the paginated report any values that would be required to filter. In paginated reports you can fire the values collected from your desktop pbix and use them in your store proc call such as e.g.

EXEC yourstoredproc (@Param1, @Param2 etc...)

View solution in original post

lbendlin
Super User
Super User

Consider using a paginated report visual in your regular report.

 

NOTE:  Paginated reports are rendered on demand, and the user experience will likely be unsatisfactory when your users have to wait for a rerendering each time they change filters.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Consider using a paginated report visual in your regular report.

 

NOTE:  Paginated reports are rendered on demand, and the user experience will likely be unsatisfactory when your users have to wait for a rerendering each time they change filters.

ajohnso2
Continued Contributor
Continued Contributor

Its entirely possible to do this, ensure you are passing across to the paginated report any values that would be required to filter. In paginated reports you can fire the values collected from your desktop pbix and use them in your store proc call such as e.g.

EXEC yourstoredproc (@Param1, @Param2 etc...)

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.