Analysis Services · M · Power Query · Tabular

First Thoughts On The Integration Of Power Query/M Into Analysis Services Tabular

Last Friday’s big news was the release of the first CTP for Analysis Services v.next. Among several major new pieces of functionality (Ragged hierarchies! Drillthrough that works properly, even for calculations! Table-level security!) probably the biggest is the integration of Power Query/M into Analysis Services. As you can probably guess, I’m incredibly pleased that my two favourite technologies have got together. The technical details are given in this blog post, which I suggest you read if you haven’t done so already, but what I think is missing is an explanation of why this is so important and what kind of opportunities it opens up – hence this post. Of course this is just my take on the subject and not what Microsoft may actually thinking; it’s also very early days, so as the functionality develops and I have more chance to think about this my opinions may change. If you have any ideas on this subject I would be interested to hear them so please leave a comment!

Why this had to happen: Power BI

There is an obvious reason why Microsoft decided to integrate Power Query/M into SSAS, and that is because it needs to support the conversion of Power BI models into Analysis Services Tabular models. There are two scenarios where this will be necessary.

The first is the ability to convert a Power BI model into an Azure Analysis Services Tabular model (listed as ‘planned’ here), something that will be a key selling point for Azure Analysis Services when it releases. The engine behind Power BI is essentially the same as the one used in Analysis Services so migrating the data model should be straightforward, but since Power BI uses Power Query/M to load data then a migrated Azure Analysis Services model will also have to use Power Query/M.

The second scenario is similar to the first. We now know that on-premises Power BI will be delivered through Reporting Services v.next, and it’s reasonable to assume Reporting Services will need a database engine to store the data for published Power BI reports. That engine will have to be an Analysis Services instance of some kind (either standalone or running in-process inside Reporting Services) and again for that to work Analysis Services will have to support the same data access mechanisms as Power BI.

Better support for a larger number of data sources

I’ve just argued why Microsoft was obliged to include this functionality in SSAS v.next but in fact there are many positive reasons for doing this too. The most obvious one is to do with support for more data sources. At the moment SSAS Tabular supports a pretty good range of data sources, but the world of BI is getting more and more diverse and in order to stay relevant SSAS needs to support far more than it does today. By using Power Query/M as its data access mechanism, SSAS v.next will immediately support a much larger number of data sources and this number is going to keep on growing: any investment that Microsoft or third parties make for Power BI in this area will also benefit SSAS. Also, because Power Query/M can query and fold to more than just relational databases, I suspect that in the future this will allow for DirectQuery connections to many of these non-relational data sources too.

Different data sources for partitions in the same table

Another benefit of this change is that we’ll have a lot more flexibility with partitioning tables in an SSAS Tabular model. As the blog post says:

As long as a partition’s M query adheres to the column mappings of the table, you are free to perform any transformations and pull in data from any data source defined in the model.

In SSAS 2016 the partitions in a table all have to get data from the same data source whereas in v.next we’ll be able to get data from different data sources in different partitions, and this opens up some interesting new possibilities. For example, I can imagine a simple budgeting application where the partitions in a table get data from different Excel workbooks stored in OneDrive for Business, and where the each partition gets processed automatically when changes are saved to one of these workbooks.

Does this replace SSIS and my data warehouse? 

The short answer is no. Power Query/M is not a full-featured ETL tool and I don’t think it ever will be; it certainly does not have the kind of functionality needed to perform enterprise-level ETL right now. My view is that Microsoft have built Power Query/M into SSAS for the reasons above and not to encourage enterprise SSAS users to do their own quick-and-dirty ETL when loading data (although there is a risk that that will happen anyway). That said, I think the dividing line between corporate and self-service BI will become increasingly blurred over the next few years as the Microsoft BI stack develops, and we’ll see Analysis Services being used in self-service scenarios as well as the more traditional corporate ones.

Centralised data source objects

One last thing to point out is that the way SSAS v.next makes a distinction between data sources and other queries is very interesting. In Power BI and Power Query it’s easy to end up with data source connection information duplicated across multiple queries unless you know what you’re doing, and this can cause no end of problems later on in a project. As far as I can see, in SSAS v.next a “data source object” is an M query that only contains the connection to external data, while all other queries have to reference a data source to be able to access external data. This means, as the blog post says:

Referring to data source objects helps to centralize data source settings for multiple queries and simplifies deployments and maintenance if data source definitions must be updated later on. When updating a data source definition, all M queries that refer to it automatically use the new settings.

I wonder whether this concept is coming to Power BI and Power Query at some point? I hope so – it makes a lot of sense.

8 thoughts on “First Thoughts On The Integration Of Power Query/M Into Analysis Services Tabular

    1. My thoughts too, being able to apply something like M to a lot of the flat files we have to deal with would be preferable to current approaches (load lines as a single block of text and fire into a script object).
      It would seem odd to end up with SSAS being able to do the T & L of ETL better than SSIS.

  1. Great blog post Chris, I am also extremely excited about Power Query/M into SSAS, as I have historically been working SSAS, and now more in Power BI. I can now leverage my Power Query/M skills into SSAS, so this opens up the door to not only build data models for more self service orientated BI, but also for Enterprise BI. And using what will work best, or as you elegantly put it a blurring between the two. As well as I enjoy the pace at which it all is changing and having to keep up to date, which I find is a wonderful challenge.

  2. Nice post Chris – and merry Christmas!
    It’s interesting to hear your thoughts on the conversion of Power BI models to tabular models and the integration of existing Power BI workbooks into the upcoming on premise Power BI functionality in SSRS.
    That makes a lot of sense to me in light of the integration of M into Tabular – and helps form a picture about what on premise Power BI is going to look like.
    Calculation drill-through arrives.. there *is* a God!

  3. Whilst this is seriously great news – how it manifests itself in reality will be a challenge. The release cadence for Power BI is that much faster than SSAS – it’s therefore likely that we’ll experience a lag between what we can do with Power BI and what we can migrate to SSAS. Perhaps Azure SSAS will be kept in sync and if they do that, fantastic! However, for on-prem SSAS a monthly upgrade to keep up is unlikely to be a flyer.

    I recognise that there are never a plethora of ‘M’ features in each and every Power BI release but it won’t take too many months for it to drift too far ahead of on-prem SSAS to become a migration obstacle.

    1. Chris Webb – My name is Chris Webb, and I work on the Fabric CAT team at Microsoft. I blog about Power BI, Power Query, SQL Server Analysis Services, Azure Analysis Services and Excel.
      Chris Webb says:

      I guess that SSAS on-prem will stay in synch with Power BI on-prem (and I bet that the latter will be based on the former), while Azure SSAS will stay in synch with Power BI in the cloud and will get new features soonest. We’ll have two different levels of compatibility, which will be confusing, but I don’t think it can be avoided.

  4. I was excited to hear about the major new functionality for Ragged Hierarchies. However, when I read the details of it, the only change is hiding blank members. I am not sure how that is a major new change. I was expecting an out of the box support for ragged hierarchies similar to MD cubes.

    1. Chris Webb – My name is Chris Webb, and I work on the Fabric CAT team at Microsoft. I blog about Power BI, Power Query, SQL Server Analysis Services, Azure Analysis Services and Excel.
      Chris Webb says:

      Ragged hierarchies aren’t the same thing as parent/child hierarchies. SSAS Multidimensional handles both, and with this change SSAS Tabular handles ragged hierarchies in almost the same way as Multidimensional does.

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.