A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi @Shanvitha ,
I found two ways to meet your needs.
(1)In the Dataset1 query, enter a query
where Country in (@country)
In the Dataset2 query, enter a query
where COUNTRY in (@country)
When you select the Country Filter,you may see logo as well.
(2)You may add a new right column besides Salary, we could named it as logo.
And then enter the expression using the lookup function.
=lookup(Fields!Country.Value,Fields!COUNTRY.Value, Fields!LOGO.Value,"DataSet2")
In this way you could combine the two datasets and when you select the Country Filter, it will also show the related logo.
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.