Marco Russo on 04 Jan 2020 17:08:41
When you use Analyze in Excel, MDX queries are sent to the Power BI dataset. If you have a PivotTable with 10 measures, the performance is usually slower compared to a similar Matrix in Power BI with the same content. Power BI generates DAX queries.
One of the reasons why this difference exists is that the DAX query is optimized using a process called "fusion", which includes in a single storage engine request the aggregations required for multiple measures, whereas this feature has not been implemented for MDX queries.
Implementing fusion for MDX queries would dramatically improve the performance of many pivot tables in Excel where there are many measures in the same pivot table.
Administrator on 14 Jan 2021 22:42:55
Shipped in October 2020.
- Comments (27)
RE: Improve performance of MDX queries using Analyze in Excel
A native DAX interface in Excel pivot-tables could be a solution
RE: Improve performance of MDX queries using Analyze in Excel
I could not agree more with this.
RE: Improve performance of MDX queries using Analyze in Excel
This would be very helpful
RE: Improve performance of MDX queries using Analyze in Excel
While Power BI is useful for high-level dashboarding for senior management, the real in-depth analysis normally happens in Excel. Thus any speed enhancement in Analyze in Excel will be greatly appreciated!
RE: Improve performance of MDX queries using Analyze in Excel
Same problem, different solution...
https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/39327469-analyze-in-excel-using-dax
No idea how practical this is to implement, or whether the suggested resolution above is a better suggestion, but ultimately, the end goal for me it to make sure the user experience using Excel has comparable perfromance to using PBI.
RE: Improve performance of MDX queries using Analyze in Excel
Absolutely essential - nearly on par with data refresh in Excel Online.
RE: Improve performance of MDX queries using Analyze in Excel
This is a great idea, I'll be sharing the link with my team and to clients where this would be applicable.