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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Darshan_hello
Frequent Visitor

3 Parameters has to be sync from different tables in report builder pagainated report

I created 3 summary from 3 different Tables(summary 1, Summary2, Summary3)
and i have 3 Seperate Parameters for 3 tables, i want a solution when i apply filter to summary1 Parameter, then same filter has to be applied to summary2 and 3 Parameter(but there is no straight relationship for these 3, we dont need relationship also)
example1: When i hit paramter1="Bangalore" then autimatically Paramter2 & 3 has to filter "Bangalore" and give the results,

Please help to get the solution

Darshan_hello_0-1720083528909.png

 

 

 

1 ACCEPTED SOLUTION
hackcrr
Super User
Super User

Hi, @Darshan_hello 

Open the Report Builder and your existing paged report. In the Report Data pane, right-click Parameters and select Add Parameter.
Name the parameter (e.g. LocationFilter), set the data type (e.g. Text), and configure any available or default values.
For each dataset (Summary1, Summary2, Summary3), right-click on the dataset and select Dataset Properties.
Go to the Parameters tab and add a new parameter that references the shared parameter you created. For example, set the parameter name to @LocationFilter and the value to =Parameters!LocationFilter.Value.

For each dataset, modify the query to include parameter filters. Example:

SELECT * FROM SummaryTable1 WHERE Location = @LocationFilter
SELECT * FROM SummaryTable2 WHERE Location = @LocationFilter
SELECT * FROM SummaryTable3 WHERE Location = @LocationFilter

In each summary table, configure the filter to use shared parameters. This ensures that the same filters are applied to all tables.

 

hackcrr

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

View solution in original post

1 REPLY 1
hackcrr
Super User
Super User

Hi, @Darshan_hello 

Open the Report Builder and your existing paged report. In the Report Data pane, right-click Parameters and select Add Parameter.
Name the parameter (e.g. LocationFilter), set the data type (e.g. Text), and configure any available or default values.
For each dataset (Summary1, Summary2, Summary3), right-click on the dataset and select Dataset Properties.
Go to the Parameters tab and add a new parameter that references the shared parameter you created. For example, set the parameter name to @LocationFilter and the value to =Parameters!LocationFilter.Value.

For each dataset, modify the query to include parameter filters. Example:

SELECT * FROM SummaryTable1 WHERE Location = @LocationFilter
SELECT * FROM SummaryTable2 WHERE Location = @LocationFilter
SELECT * FROM SummaryTable3 WHERE Location = @LocationFilter

In each summary table, configure the filter to use shared parameters. This ensures that the same filters are applied to all tables.

 

hackcrr

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.