Power BI query performance optimization option: Horizontal Fusion

Nice to see MS keeps enhancing query performance.

Another Power BI query performance optimization option: Horizontal Fusion

With this they go one step ahead to optimize and minimize the number of queries, unifying as many small queries as possible into one and gaining performance in the reports.

Source: Announcing “Horizontal Fusion,” a query performance optimization in Power BI and Analysis Services | Microsoft Power BI Blog | Microsoft Power BI

I’ve found a nice summary:

:white_check_mark: A great performance improvement (Horizontal Fusion) merges multiple smaller data source queries into one larger data source query.

:white_check_mark: It is a big query performance optimization in PowerBI and Analysis_Services when processing DAX queries, by reducing the number of data source queries needed to produce results.

:white_check_mark: This decreases the number of processing requests on large data sources and therefore reduces the response time of DAX queries, resulting in a very significant performance gain.

:clap:Very useful when using the DirectQuery mode.