we run MS Analysis service OnPrem and data are consumed via Power BI and via Excel using Tabular model.
In some cases, we are experiencing some performance issue. If we compare some “query execution” from PowerBI and from Excel we notice very different performance, and PowerBI is much faster (50x faster).
We assume issue is related to MDX compared to DAX . We also executed, directly in Tabular using SSMS, MDX query generated by Excel, to exclude specific client bottleneck.
We sound some articles/blogs related to this scenario, and discovered this behavior is quite common, but we did not found anything helpulf to address some workaround in order to mitigate the issue.
It seems that MDX Fusion capability, available in Azure Analysis service, helps a lot in performance improvement, but we still need to support our scenario where Analysis service is onPrem, so this is not a solution we can deploy in short term
Could you suggest something suitable ?
Is there a sort of checklist of known limitations using Excel with Analysis OnPrem ? • Excel version compatibility (By the way we executed mentioned test with Office 365 Excel) • Some specific Release level for Analysis Service • Some fix / parameterization that could be adjustend on Analysis service • Some specific MDX statement that we should avoid
Thanks in advance