Forum Discussion

arothberg's avatar
arothberg
Frequent Visitor
1 year ago
Solved

Developing SSAS Tabular Model on Subset of Data

How do I develop a SSAS Tabular Model against a subset of my data? If I try to pull in all of the data, I run out of RAM on my machine (and even if I don't run out of RAM, iterative R&D is slow)?

 

per https://learn.microsoft.com/en-us/analysis-services/tabular-models/workspace-database-ssas-tabular?view=asallproducts-allversions#workspace-server:

>If any of the tables in your model will contain a large number of rows, consider importing only a subset of the data during model authoring. By importing a subset of the data, you can reduce processing time and consumption of workspace database server resources.

 

Ideally I can develop against a subet of the data (so it runs quickly and I don't exceed local RAM) but then I publish the full model to Azure Analysis Services that use the full datasets.

 

I am currenlty using Visual Studio for development.

1 Reply