Forum Discussion
Kathir
2 years agoFrequent Visitor
unique calculated column
Hi, What is the caculated DAX to achieve 1, 0 from the table below.? It shld be used in data view calculated column and not a measure in a report Thanks
NaveenGandhi
2 years agoMemorable Member
Hi Kathir
Your question is a bit unclear, If you want a calculated column to only have unque values from the column you specified use below dax to create a table.
Unieuq = values(columnname)
If this is not what you are looking for, Please provide sample screenshot for sample output.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!