This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have two graphs one has country level data and another has province level data.
Country Graph has all the countries and Province graph has all the provinces from all countries.
So when I select a specific country in bar graph - related provinces get highlighted. which is basic.
Basic
Looking for
I am looking for a functionality where one country is selected then the province graph should show only the related provinces in Province graph and nothing else.
When nothing is selected in the country graph province graph should show all the provinces.
Hi Adam
Thank you for reverting
I am looking more for on top interaction. when a value is selected on the bar graph and not in the slicer.
Hi @ajinkyacgaikwad ,
You can create a filter table of countries and then create the following measure to apply it to the filter.
Refer to the following:
create below measure:
result_ =
VAR sel =
SELECTEDVALUE ( slicer_[Country] )
RETURN
IF ( sel = MAX ( 'Table'[Country] ), 1, 0 )
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |