Forum Discussion
Using GROUPBY with dynamic filter context
- 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

Hi Anonymous
You seem to be creating a calculated table. That is static and will not be affected by filter context at all. Try creating a table visual instead, with the appropriate measure
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers ![]()
- Anonymous6 years agoNot applicable
Hi AIB, thanks for you help.
Is their a function I could use in this measure instead of GROUPBY to average on the same "ITEM"?
- AlB6 years agoCommunity Champion
Anonymous
How about you just
1. Place Table[ITEM] in the rows of a matrix visual
2. Place this simple measure in the visual
Measure = AVERAGE( Table[Volume] )
3. Use a slicer for the date
Wouldn't that yield what you're looking far or am I completely misunderstanding?
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers

- Anonymous6 years agoNot applicableOk I get what you mean now but I need a table as an output. I'm doing further calculations based on this groupby table.