Forum Discussion
Countif for row based count (A:A=A2)
I just tried this solution but it only returns 1 for each value. I know there are supposed to be atleast 8 entries per value. You will notice in the picture that some values appear multiple times.
Just to give you a bit of context, I am trying to calculate the number of times an activity takes place within one hour for a given date. Activity ID are unique and only appear once a day everyday.
- Raindeer8 years agoFrequent Visitor
I am counting the number of times same value appears entier column so I suppose its count.
- MFelix8 years ago
Super User
Check it on table visual at column level if you have the correct selection:
Regards,
MFelix
- Raindeer8 years agoFrequent Visitor
I need the count in column because I am going to use the values in a later calculation.
I just encountered a weird issue. You original suggestion works perfectly when wrapped in calculate.
Calculate(Count(Table[column]))
But it only works on strings when there are no dates in other columns. Have a look at following two screenshots.
Second screenshot has same formula but different result.