I have a measure that I *think* is returning what I want it to, but it's cumbersome and I'm wondering if there's a cleaner way to do this. First, here's the measure:
Count of UoM Errors:=
SUMX (
SUMMARIZE ( 'Match Exception', 'Match Exception'[ME_Key] ),
CALCULATE (
MAXX (...