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! Learn more

Reply
sajithQBT
New Member

How to get the data from PBI table to a Paginated report

Hi friends,

I have a PBI dashboard with filters as shown below and also a Paginated report whose values are not changing when the filter value change. I tried writing expressions in the report editor for those column outputs but looks like my exp was not correct as they are throwing error. Could someone please help me? Thanks.

 

sajithQBT_0-1723445297713.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @sajithQBT 

Thank you for your reply. The current problem occurs because you use sheet1 as the source of your parameter. Then try to filter the sheet1 dataset through this parameter. This causes a loop, so the current error occurs.
You need to add another dataset and use that dataset to establish the parameter, as shown below:

vjianpengmsft_0-1723528939088.png

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
sajithQBT
New Member

Thanks for your quick response.

 

It worked and a great relief 😊 

It is just a begining of a big report. I will accept the solution now and create a new one if get stuck somewhere on the project.

 

Kind regards,

Sajith

 

Anonymous
Not applicable

Hi, @sajithQBT 

To interact with the slicer, you first need to set the parameters correctly in Report Builder and bind the dataset.
Here is a small test I did:
First I created a table in the report builder using the following dataset:

vjianpengmsft_0-1723517681097.png

vjianpengmsft_1-1723517708214.png

I set a parameter:

vjianpengmsft_2-1723517744325.png

vjianpengmsft_3-1723517769478.png

This parameter gets its value from another parameter, dataset. Below I will use this parameter to filter dataset1:

vjianpengmsft_4-1723517838426.png

 

vjianpengmsft_5-1723517858432.png

Check in the report builder that this parameter works properly:

vjianpengmsft_6-1723517916591.png

You can find that this parameter works properly. Next, we publish the paginated report to Power BI Service

vjianpengmsft_7-1723517980965.png

We open Power BI desktop, connect to the data source, and use the Paginated Report visual:

vjianpengmsft_8-1723518074668.png

vjianpengmsft_9-1723518100473.png

vjianpengmsft_10-1723518125979.png

Next, you need to match the fields of the slicer to the fields of the paginated report settings. In my paginated report, the field used by the parameter is BusinessEntityID, so we drag this field onto the paginated report visual.

vjianpengmsft_11-1723518309220.png

vjianpengmsft_12-1723518328437.png

Next, we can interact with the paginated report through slicers:

vjianpengmsft_13-1723518422551.png

Because the calculation logic of the table visual object is different from that of the paginated report.
The table visual object relies on the current row context, while the paginated report directly filters the data set based on the currently selected field. As the result of the test in the report builder.

Slicers only filter the data in our paginated report and do not dynamically calculate the values ​​corresponding to the row context. You need to set the content and data you need to display in the Report Builder.

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks Jianpeng for the response.

 

I did the below on my report builder but it is throwing error. Looks like I missed an important step in the process.

1) Added the dataset and wants to filter as per the customer group value.

sajithQBT_0-1723527807023.png

2) Updated the Parameter properties

sajithQBT_1-1723527903871.png

3) Updated the filter tab for the dataset

sajithQBT_2-1723528019276.png

sajithQBT_3-1723528079876.png

 

4) Error when executed

sajithQBT_4-1723528127443.png

I am taking the dataset from an excel file.

Anonymous
Not applicable

Hi, @sajithQBT 

Thank you for your reply. The current problem occurs because you use sheet1 as the source of your parameter. Then try to filter the sheet1 dataset through this parameter. This causes a loop, so the current error occurs.
You need to add another dataset and use that dataset to establish the parameter, as shown below:

vjianpengmsft_0-1723528939088.png

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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