Forum Discussion
Countif for row based count (A:A=A2)
Check it on table visual at column level if you have the correct selection:
Regards,
MFelix
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.
- MFelix8 years agoSuper User
Hi Raindeer,
Try to do a COUNTA instead of COUNT without calculate, as in Excel Count is for numbers, COUNTA is for text.
Sorry for misleading you.
Regards
MFelix
- Raindeer8 years agoFrequent Visitor
Hi MFelix,
Thank you for your prompt reply.
I just tried CountA but its still not working. I am still seeing same result as my earlier screenshots.
Do you think it could be becuase of some bug in Power BI?
Kind Regards
Raindeer