Forum Discussion
Power BI Desktop connection to SSAS Tabular slow
RahilBukhari I can't speak to the slowness, but for the clarification of others looking at this post... I assume one of the following: you mean DAX instead of MDX. Or do you mean multidimensional cube instead of Tabular model?
Hi Anonymous
no this is a tabular model and we are seeing "Execute MDX Script" events in the profiler which are the create scripts for each measure that we have.
- RahilBukhari9 years ago
Advocate I
Just as an update, turns out this is a problem in SQL Server 2014 as the underlying architecture would force every connection to first validate the model and it's calculations before allowing the user in, which in our case caused a huge delay and massive load on the server.
In SQL Server 2016, this happens only once and on the first connection after a service restart or process completion.