Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a requirement , i have map visual in first page which shows state wise data. I have slicer of state as well in the same page. Based on the slicer selected value , state should highlight in the map visualization. This i have got.
In the second page, regions wise map has to be highlighted based on the first page slicer selection.
In the first page if i select single value in the state slicer eg: only alabama,alabama against region is north region. all the states which has this region has to be highlighted in the second page . please help on this. how could i achieve this one
I have data as per below .
State Region
Alabama North Region
Texas South region
Florida North region
Solved! Go to Solution.
Hi @MJALARI
Please correct me if I wrongly understood your question.
If you select “Alabama” , the corresponding region is North Region . So in page 2 , in Map visual , the highlighted part must be related to North Region .
As we all know , slicer can be synchronized on different pages .So we can copy the slicer from page 1 to page 2.Then add a slicer with field “Region” , you will see the corresponding region when you select field “State”. Finally, close the interactions of slicer with “State” to map visual in page 2 .
The effect is as shown:
I have attached my pbix file, you can refer to it .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous Thanks for the reply.. it works fine
Hi @MJALARI
Please correct me if I wrongly understood your question.
If you select “Alabama” , the corresponding region is North Region . So in page 2 , in Map visual , the highlighted part must be related to North Region .
As we all know , slicer can be synchronized on different pages .So we can copy the slicer from page 1 to page 2.Then add a slicer with field “Region” , you will see the corresponding region when you select field “State”. Finally, close the interactions of slicer with “State” to map visual in page 2 .
The effect is as shown:
I have attached my pbix file, you can refer to it .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.