Actually my issue is : the more measure i created, the more time it need to Visual Studio to created a new measure. (Visual Studio stay in not reponding)
The measures are not really complexe but actually it take thirty seconds~one minute to create a new measure (and i have around 50-100 measures actually).
The temporary solution i have actually is to create the measures in the code page but i was wondering about the scalabilty of ssas tabular if i have to create 100 measures again.
-My memory : 16 Go, 2,60GhZ i7. -The data in the fact table is about ~50 thousand lines. -I don't have other project open. -SQL server 2016, the SQL Server has the latest build 2020-09-28 (build : 13.0.5850.14). -i don't have build action and i don't backup the data to disk.
I was wondering if it's normal that visual studio take some times between the creation of each measure.
If you have some tips or advice don't hesitate to share :) Maybe i should try to split my measure per Fact Tables instead of created in one measure table? Maybe there are some parameters i can try to change?