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
HenryMa
Frequent Visitor

Adding Parameter to second dataset

In Power BI Report Builder, I have two Datasets (DataSet1 and DataSet2).  On my Table, I have two columns, one column comes from DataSet1 and another is an expression to do a Lookup to get a column from DataSet2.  I want to add a Parameter to DataSet2, so that I can restrict the values in the Lookup, but I get an error "The parameter <ccon>@PARAM/ccon> is not referred in the query."  Any ideas how to do this?

 

thanks!

1 ACCEPTED SOLUTION
sevenhills
Super User
Super User

Check these links and see if it helps:

https://community.fabric.microsoft.com/t5/Desktop/Report-Builder-Parameters/td-p/2250770 

https://www.mssqltips.com/sqlservertip/5865/sql-server-reporting-services-report-builder-with-dax-qu...

 

If this is not fixed, reply with the type of data source you are using.

FYI, For SQL, it may be simple steps, for DAX, little more steps.

 

View solution in original post

4 REPLIES 4
sevenhills
Super User
Super User

Check these links and see if it helps:

https://community.fabric.microsoft.com/t5/Desktop/Report-Builder-Parameters/td-p/2250770 

https://www.mssqltips.com/sqlservertip/5865/sql-server-reporting-services-report-builder-with-dax-qu...

 

If this is not fixed, reply with the type of data source you are using.

FYI, For SQL, it may be simple steps, for DAX, little more steps.

 

The first link showed me the syntax I needed to make this work. thank you!

foodd
Super User
Super User

Feedback only as I don't have a way to test.  In Power BI Report Builder, you can indeed add parameters to datasets to restrict the data based on user input. However, when using a parameter in a Lookup expression, you need to ensure that the parameter is actually used in the dataset query. The error message you encountered indicates that the parameter is defined but not referred to in the query.

HenryMa
Frequent Visitor

How do I ensure the parameter is actually used in the dataset? 

 

Sorry, let me try to re explain my situation.  I have two Datasets that I refresh on a daily basis.  I am creating a Paginated Report that pulls fields from both datasets.  Since I'm not working with a model, I can't create a relationship between the two Datasets, so I use a Lookup expression to get the fields from the second Dataset.  However, I want to allow the user to limit the data in the second Dataset, so I attempted to create the parameter in the second dataset under "Dataset Properties" -> "Parameters".  

Helpful resources

Announcements
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.

Top Solution Authors