Forum Discussion

tarolz132q's avatar
tarolz132q
New Member
3 years ago
Solved

Comparative Analysis by different values in a same dimension using Summarize with FILTER

Hi, In order to do the compartive analysis I've created number of dimensions that assist me to differniate between the groups. for instance:   filters: dimensions:   In order to cre...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi tarolz132q ,

     

    The first parameter of SUMMARIZE() is the table, and you can nest FILTER() outside of it, like this:

    SUMMARIZE(
        FILTER('Table','Table'[column1]=xxx),
        'Table'[column2],
        "abc",
        ...
    )

    If I have misunderstood your needs, please feel free to contact me.

     

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum