Hi
I have deployed a tabular model from visual studio(compatibility 1400) into Azure Analysis service. Using SSMS platform, I have created and processed 20 partitions for a main table and this data is very huge. Now I have to add a new table to the model. But i don't want to do it in visual studio as I will end up deploying this model again and have to process these partitions. This will take a very long to process these partitions.
So, is there any way that i can just add a new table and define the connections within in SSMS platform to an existing model.
Thanks in advance!