Forum Discussion
CNYUser
2 years agoNew Member
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] ...
- 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.
CNYUser
2 years agoNew Member
Thank you so much! that worked 🙂