Forum Discussion

CNYUser's avatar
CNYUser
New Member
2 years ago
Solved

A Single Value for Column Cannot Be Determined

Good Day,   I'm using this to try and create cohorts using Version: 2.121.644.0 64-bit (September 2023) Desktop Site Last Touched Days Cohort = IF('Account Summary - TC'[Last Touched Days Site] ...
  • Greg_Deckler's avatar
    2 years ago

    CNYUser In a measure, you need to wrap any column reference in an aggregator like MAX, MIN, SUM, etc. Also, I would switch to using a SWITCH(TRUE(), ...) statement instead of nested ifs but that's not the issue with your formula.