Forum Discussion
Anonymous
3 years agoNot applicable
Need help grouping filtered columns into numeric ranges
I have a table showing: and I want to be able to filter in my report by contractor and get the sum of the rows like below: and I would like to put these into buckets of ranges...
ryan_mayu
Super User
3 years agoyou can try this
Measure 2 = sumx('Table (2)',[Measure])
Anonymous
3 years agoNot applicable
sorry for the late reply, that does not work either.