Power BI Slow with SSAS Multidimensional Cube
Asked Answered
S

2

11

We are implementing Power BI with SSAS Cube Direct Query. For some reason, SSAS Power BI is extremely slow performance, however using SSDT SSAS Application or Power View or Excel is Much faster.

I read that Power BI converts SSAS Multidimensional models by converting MDX to a DAX query. Is there any method to speed up Power BI queries for SSAS, or use MDX queries directly?

We are applying SSAS Multidimensional model.

Seaside answered 2/4, 2019 at 23:4 Comment(0)
L
5

I don't think that the performance issue is caused by converting MDX into DAX since Direct Query doesn't convert the query. On the other hand Direct Query has many limitations and it is not always recommended.

Two years ago, the Power BI team created a topic for improving Direct Query

I don't think there is a direct solution for a generic case (using SSAS Multidimensional with Power BI), but you must read more about the Direct Query limitations, best practices and use cases.

Referring to the following official documentation, there are some best practices for using Direct Query:

References and Helpful articles

Lampblack answered 9/4, 2019 at 19:23 Comment(1)
None of the answers are related to multidimensional ssas models.Sombrous
C
0

PowerBI is slower than Tableau for sure due to its nature Try to compare the performance between PowerBI connecting to SQL server vs PowerBI connecting to SSAS, if the performance is similar then then should call Microsoft people for help. If performance is much faster when connecting to SQL then try to write MDX directly to see if performance improved.

Chetchetah answered 11/4, 2019 at 22:14 Comment(1)
What does this question have to do with Tableau?Inga

© 2022 - 2024 — McMap. All rights reserved.