Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Using GROUPBY with dynamic filter context

Hi all,   I'm struggling with the GROUPBY() function. I would like to group my data by ITEM and doing an average on the volume. The table is filtered by a slicer on the minimum date. It seems like ...
  • AlB's avatar
    AlB
    6 years ago

    Hi Anonymous 

    In this case, you have to use the column name only, without the table name:

    SUMX( Group_Max; [Max volume] )

     

    Please mark the question solved when done and consider giving kudos if posts are helpful.

    Cheers  Datanaut