Forum Discussion

mmace1's avatar
mmace1
Icon for Impactful Individual rankImpactful Individual
5 years ago
Solved

Bucket values, when you can't add a Calculated Column

I have a report that I've added a calculated column to, in order to bucket values.  PmtSizeBracket = SWITCH ( TRUE(), 'Payment (MC Only)'[Amount] < 100, "Under $100", 'Payment (MC Only)'[Amoun...