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 Power BI Desktop file with an existing connection to a DataMart(preview) source (DirectQuery to AS). At the time of connection, I only selected 4 tables from the datamart. Now I need to add one table.
If I use get data, the system establishes a new connection, which I want to avoid.
The tables from the datamart do not show up under Transform Data.
I can't seem to find a way to go back to the navigator screen of the DataMart and select an additional table. Any advice would be appreciated.
Hello @RamiAH , In Power BI Desktop, when you're using DirectQuery mode to connect to sources like Analysis Services (AS), you can't use the Transform Data (previously known as Query Editor) to modify the tables from the source. However, you can add additional tables from the same source without creating a new connection. Here's how you can do that:
Open Existing Connection:
Go to the "Home" tab in the Power BI Desktop ribbon.
Click on "Manage Queries" (or it might be called "Edit Queries" based on your version).
Then choose "Manage Parameters" from the dropdown.
Now you should see all your queries and connections on the left panel.
Modify Connection:
From the list of queries and connections, find and right-click on your existing DataMart connection.
Choose the "Advanced Editor".
In the Advanced Editor, you should see the M code that represents the current connection and tables.
If you're familiar with the M language, you can manually adjust the code to add the table you need. Otherwise, you can proceed to the next step.
Add Table Using Existing Connection:
Go back to the "Home" tab in the Power BI Desktop ribbon.
Click on "Get Data".
Choose your DataMart source (the same source type you've used before).
When prompted, choose the option to use an existing connection rather than establishing a new connection.
You should be taken back to the Navigator screen, where you can select the additional table you want.
Choose the table and click on "Load".
By following these steps, you should be able to add an additional table from your DataMart source without creating a new connection.
If you find this helpful, please provide a kudo and mark it as an accepted solution.