Create folders inside the "Tables" folder

Daniel Castillo 1 Reputation point
2020-08-24T22:13:08.213+00:00

Hello community.

I have a model with more than 20 tables and I would like to group them by processes within the folder "Tables", being as follows:

Tables

> Process A

>>> Table 1  

>>> Table 2  

>>> Table 3  

> Process B

>>> Table 1  

>>> Table 2  

       .  
       .  
       .  

> Process N

>>> Table 1  

I attach an image for more detail.

19889-image.png

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
442 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,253 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,816 Reputation points
    2020-08-25T02:02:11.747+00:00

    Hi ,
    Currently we could not do such operation in VS.
    What we could do it try add prefix for the tables so when we sort the tables by alpha those tables with same prefix could show together.
    You could raise you demand in : SSAS project Q&A
    So that the dev team could see such kind of needs.
    Regards,
    Lukas

    0 comments No comments