Query to get a list of Paritions

grajee 346 Reputation points
2020-10-07T22:50:55.777+00:00

All,

Would the DMV -- $SYSTEM.TMSCHEMA_PARTITIONS -- on AAS give me a list of Partitions in a Analysis Service Tabular Model database?

We are trying to see if the "Basic Tier B1/B2" Pricing Tier would help us get more value for the same price of that of S0/S1 Pricing Tier.

Thanks,
grajee

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
444 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,260 questions
{count} votes

Accepted answer
  1. Lukas Yu -MSFT 5,821 Reputation points
    2020-10-08T01:32:09.05+00:00

    Hi,

    According to Rowsets described : SQL Server Analysis Services Tabular Protocol
    This code :

    SELECT   
        [Name]   
    FROM $SYSTEM.TMSCHEMA_PARTITIONS  
    

    could work in AAS or SSAS on-prem as you want.

    Regards,
    Lukas


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful