Forum Discussion
Raindeer
8 years agoFrequent Visitor
Countif for row based count (A:A=A2)
Hi All, I have spend over 4 hours n trying to find answer for following but it looks like no one has asked this specific question so far. I have 100k repeated values in column A and I h...
Anonymous
8 years agoNot applicable
Try this
If your date only have a single column "Values", create a column and use the following Dax
Count_Same_Value = CALCULATE(COUNT('Table'[Values]))If your date have more than one columns, use the following Dax
Count_Same_Value = CALCULATE(COUNT('Table'[Values]),ALLEXCEPT('Table','Table'[Values]))
Raindeer
8 years agoFrequent Visitor
Hi Jessica,
Do you think you can help me find a solution to this problem?
Kind regards
R