Forum Discussion
JayKarim
4 years agoFrequent Visitor
Help - Count of Rows which contain text
Morning all, I have created a score card, this counts cells in a specific column that contains a 'claim reference number. The scorecard isn't picking up the claim Reference which has text i...
Anonymous
4 years agoNot applicable
Hi JayKarim ,
Please try to use the COUNTROWS function. It counts the number of rows in the specified table, or in a table defined by an expression.
COUNTROWS([<table>])
COUNTROWS function (DAX) - DAX | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.