- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Calculating the Median of a *subset* of a column
I have the above table I've constructed. I'm pulling some measures into calculate columns, which is kinda weird, but please disregard that fact.
I've highlighted the 3 relevant columns.
[Median Regular] calculates the median of the [2018 Card Count %] column. However, what I'd like to do, is calculate the median of the [2018 Card Count %] column, for each [2018_PmtCount_Bracket].
So say .69 is the median for the entire table. But, what's the median for just those in the 100-10k bracket? Those in the <100 bracet? And so on. I keep getting stuck on the MEDIAN function only accepting a column for its first argument:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gotcha, that's what I'd figured, though that still returned the median of the entire column, but...that was an excellent push in the right direction. This equation works:
Median per Bracket = CALCULATE(medianx(Orgs,[2018 Elec Count %]),filter(Orgs,Orgs[2018_PmtCount_Bracket] = earlier(Orgs[2018_PmtCount_Bracket])))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Median per Bracket = calculate( median(Orgs[Median 2018 Card Count %]]),
FILTER(Orgs, Orgs[2018_PmtCount_Bracket] = Orgs[2018_PmtCount_Bracket]))
This is a measure. I copy and pasted your column names so give it a test.
*edited*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. What does Table1 refer to in this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good question. That's what happens from bad copy and pasting! I'll edit it now.
Obviously you can check it on your own system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gotcha, that's what I'd figured, though that still returned the median of the entire column, but...that was an excellent push in the right direction. This equation works:
Median per Bracket = CALCULATE(medianx(Orgs,[2018 Elec Count %]),filter(Orgs,Orgs[2018_PmtCount_Bracket] = earlier(Orgs[2018_PmtCount_Bracket])))

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-14-2024 06:30 AM | |||
08-19-2024 08:35 PM | |||
Anonymous
| 06-20-2019 12:40 PM | ||
04-19-2024 05:55 AM | |||
08-18-2024 09:59 PM |
User | Count |
---|---|
141 | |
112 | |
83 | |
63 | |
47 |