Forum Discussion
Anonymous
5 years agoNot applicable
Column ignores Measure value
Hi, I have a measure as such, Measure = IF(DISTINCTCOUNT('Accrued Income'[Month Year])>1,"A","B") I'm then using that measure in a column to return a URL based on that value of that meas...
- 5 years ago
Anonymous why you are adding it as a column, why not a measure?
parry2k
5 years agoSuper User
Anonymous why you are adding it as a column, why not a measure?
- Anonymous5 years agoNot applicable
OH MY GOSH!
I've been looking at this for hours now, and I just didn't even think about that. I should hang my head in shame haha.
Thank you Parry, all working now.