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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all
I am creating a dashboard to show relevant sql server info for admin and info purposes. I have multiple queries which are identical apart from the servername of the data connection itself.
Currently i have 3 servers listed under tables which display the following columns:
Table 1 (query 1)
Server Domain IP Address
My Server 1 MyDomain x.x.x.x
Table 2 (query 2)
Server Domain IP Address
My Server 2 MyDomain x.x.x.x
Table 3 (query 3)
Server Domain IP Address
My Server 3 MyDomain x.x.x.x
What i want to do is have a drop down list/slicer of all the server names so when i select one it will just the relevant ip address etc for that server in one table instead of it being split across multiple tables. Im not sure how i go about this.
Solved! Go to Solution.
Use the Query Editor to "Append" these into one query.
Thank you i hadnt spotted that. That does the trick.