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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
MCubedMama
Frequent Visitor

Paginated Reports in Report Builder - How to use one parameter to filter on multiple datasets?

Building out paginated reports in Report Builder and I need to filter on multiple tables with one parameter. I have a Customer fact table and a Notes dim table. They have a Customer Id in each table and I need to bring in only the notes from the dim table that is filtered on the customer ID from the Fact table. Right now it is currently bringing in all the notes in the table.  This is pulling in data from a Power BI dataset. Any help on this would be greatly appreciated. Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @MCubedMama ,

You can follow the steps below to get it:

1. Create a parameter CustomerID

How To Create Parameters In Power BI’s Report Builder 

2. Modify the query adding with parameter in Query Designer for every dataset

WHERE CustomerID = @CustomerId

Add a filter to a paginated report - Microsoft Report Builder & Power BI Report Builder | Microsoft ...

Bet Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @MCubedMama ,

You can follow the steps below to get it:

1. Create a parameter CustomerID

How To Create Parameters In Power BI’s Report Builder 

2. Modify the query adding with parameter in Query Designer for every dataset

WHERE CustomerID = @CustomerId

Add a filter to a paginated report - Microsoft Report Builder & Power BI Report Builder | Microsoft ...

Bet Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors