Forum Discussion

Blue246's avatar
Blue246
Frequent Visitor
2 years ago

How To Create A Measure That is Group And Ignores Filters

Hi!

 

So basically i need to create a measure that is grouped and does not get affected a row filter.

 

Lets say i have a table:

PlayerAverage Moves Per DayTeam
Ted7Red
Bill2Blue
Mark23Green
Luke3Red


Average Moves Per Day is a measure counting rows by person by date.
I need to create a similar measure for Team that shows the average moves per day for the whole team and is not filtered down by Player see below, the output should look like:

 

PlayerAverage Moves Per DayTeamAvg Moves By Team Per Day
Ted7Red5
Bill2Blue2
Mark23Green23
Luke3Red5



I want to see the Average Moves By Team in each row for someone on that team. Since the Red team has 10 total moves divided by two people in the team, each row with a "Red" team member should have the value 5 for the measure etc.

8 Replies