New SSAS tabular model parallel processing in SQL Server 2016 CTP2
There is a known limitation on SQL Server 2012 and 2014 SSAS tabular model. If you have a table with multiple partitions, when you process these partitions, only one partition can be processed in the same table. Partitions from different tables can be process in parallel.
Read more...