Forum Discussion

Cyriackpazhe's avatar
Cyriackpazhe
Helper III
1 year ago
Solved

Expanded table

Can someone explain this. What do you mean by table expansion happens with the table is created. 
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi, Cyriackpazhe 

    In Power BI, table expansion refers to the process by which a table dynamically adjusts to include additional columns or rows on top of certain operations or relationships.
    When you use DAX (Data Analysis Expression) in Power BI, table expansion happens during the evaluation of the measure. The DAX engine creates a virtual table that contains columns from the related table. This allows for more comprehensive filtering and grouping. For example, if you have a sales table associated with a customer table, the expanded version of the sales table will include columns from the customers table. This helps apply filtering and aggregation across related tables. You can check the following link:

    DAX - Table Expansion Explained | Burningsuit


    In Power BI reports, you can create tables that dynamically scale based on user interactions, such as slicer selection. For example, you might have a slicer that allows users to select the columns they want to see in a table.
    When a user selects different columns through the slicer, the table dynamically adjusts to show all the values for those selected columns. You can check the following link:

    Solved: Dynamically Expanding Table in Power BI Based on S... - Microsoft Fabric Community

     

    How to Get Your Question Answered Quickly

    Best Regards

    Yongkang Hua

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.