Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Create a folder structure for tables in Power BI Desktop

Hey.

      I have a lot of tables and I would like to know if the tables could be put together in a folder structure. I know that columns could be, and that's not what I am looking for. I also was able to create groups with tables in it in "edit queries" option, but I want the structure in the report view. 

 

If it is not possible, I at least need to know that. Please help.

6 Replies

  • PattemManohar's avatar
    PattemManohar
    Community Champion

    Anonymous  You can logically group the tables in "Power Query Editor" only but not on the report view.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks for the reply! 

      Do you have any suggestions relating to a workaround idea for my issue? I am importing tables from different marts and I would like to maintain that structure.

  • Lalü's avatar
    Lalü
    Frequent Visitor

    Hi! 
    Let me share my workaround, even though the thread is pretty old.


    The easiest way to structure the data in the Data (Field) Pane is to structure the table names.
    1. Use DIM, FACT, MSR, PAR, etc. prefixes to differenciate between the kind of data 
    2. Use standardized table names to cluster the tables:  "FACT_Supply_...", "FACT_Sales_...", etc. or "Supply_Fact_..." , "Sales_Fact_..." etc. depending on your preferences. 
    The pane is sorted by alphabet. So, the clusters are created "automatically".

    Altertenative naming: Use an outlined structure and number your tables e.g. "0101_FACT_Revenues", "0102_FACT_Sales", "0201_FACT_Regions", etc.

     

    I hope this is a helpful idea for everybody with the same problem.