Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have created two tables(Calculated tables using multiple functions to filter/sort the required data). There is one common Column between both the Tables.
I have created two Slicers, one each for both the tables.
The Charts I designed are filtering data correctly for the slicers.
The helpI need is that I want to control the values in second Slicer if I have selected a value in first slicer and vice versa.
e.g. if I select Asia in first Slicer(Region), Second Slicer should show only India, Japan etc.(depends on how countries are mapped to a region) and of course charts should show numbers as per the selection i.e. If I select Asia from first Slicer then only India and Japan will appear in second slicer and if numbers will change if I select India or Japan.
Solved! Go to Solution.
have you tried to use selectedvalue() and isfiltered()?
this is a good blog post. https://powerpivotpro.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/
Proud to be a Super User!
Hi, @ManojG
According to your description, you want to make the selected value of the first Slicer to affect the value to be selected in the second value, I created some data and make a relationship between the tables to achieve this, you can take a look:
And you can get what you want.
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @ManojG
According to your description, you want to make the selected value of the first Slicer to affect the value to be selected in the second value, I created some data and make a relationship between the tables to achieve this, you can take a look:
And you can get what you want.
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
have you tried to use selectedvalue() and isfiltered()?
this is a good blog post. https://powerpivotpro.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.