Forum Discussion
Anonymous
9 years agoNot applicable
undefined
Hi, I want to count how many duplicate values are in the column. But want this in a calculated column rather that measure. thanks,
Anonymous
9 years agoNot applicable
vanessafvg Thank you for your time. I have already tried calculated function with measure which is working fine for me. But there is requirement for a colunm which we need to add with desired output. I beleive we don't have any workaround for it.
vanessafvg
9 years agoCommunity Champion
must be a way to do it
also this
ie.
calculate(countx(table, table[column])
will a measure not work for you? the other way of doing it is to summarize the table and then create a relationship to it
ie.
summarize (table, table[column], "count" countx(table, table[column]))