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.
So I have two data sources - one is an aging report, and one is an open job report. They each share common salespeople. I currently have a page setup with the aging data visualized on one side and the open orders on the other.
How would I go about creating a single list of salespeople that when clicked affects both report types?
Solved! Go to Solution.
You could join the two queries you have already on the salesperson columns, get rid of everything else in your new table then remove the duplicates, relate it to your existing tables and you should be good to go
You could join the two queries you have already on the salesperson columns, get rid of everything else in your new table then remove the duplicates, relate it to your existing tables and you should be good to go