Learn how to enhance your data models.
This guide will walk you through the process of adding new tables to an existing Azure Analysis Services tabular model using Visual Studio.
Launch Visual Studio and open your Azure Analysis Services tabular model project. Ensure the Model Explorer window is visible.
In the Model Explorer, right-click on the Tables folder. From the context menu, select Import New Tables.
The Table Import Wizard will launch. You'll be presented with a list of existing data sources. If your desired source is already configured, select it and click Next. If not, click New Source.
To add a new data source:
After connecting, the wizard will display a list of tables and views available from your data source. Select the checkboxes next to the tables you wish to import.
You can use the search bar to quickly find specific tables. You can also preview the data for a selected table by clicking the Preview button.
Depending on your data source and selections, you might see options for importing relationships or advanced settings. For most common scenarios, the default settings are sufficient.
Click Finish to begin the import process.
The wizard will show the progress of the import. Once completed, a summary of imported tables and any potential issues will be displayed. Click Close.
Your newly added tables will now appear in the Tables folder in Model Explorer.
After importing your tables, you will likely need to perform some post-import configuration: