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.
Hi
I have 2 charts on a page pulling in data from 2 separate tables that are not related. Both tables have a city, province and country column - how can I create a slicer that filters both charts by city, province and country?
Thanks
Solved! Go to Solution.
HI @marshala
Is it possible to setup the relatonship between the two tables?
If not, Create a bridge table which has the unique id values from both table,and bring oher required columns. Set relationship between the new table and two exisitng table as 1 to many and filter direction is from new table to existing tables. Now you can create slicers for city, country, province from the new table which will filter both visuals.
Thanks
Raj
HI @marshala
Is it possible to setup the relatonship between the two tables?
If not, Create a bridge table which has the unique id values from both table,and bring oher required columns. Set relationship between the new table and two exisitng table as 1 to many and filter direction is from new table to existing tables. Now you can create slicers for city, country, province from the new table which will filter both visuals.
Thanks
Raj