Forum Discussion
Anonymous
9 years agoNot applicable
Count and Countrows returning 'Blank' Value
I have a table with over 200,000 phone calls; but when I use 'Count' or 'Countrows' the value returned is blank. What could be the underlying issue? My measure is: Total Calls = COUNTROW...
nirvana_moksh
8 years agoImpactful Individual
I ran into this issue as well and later found I had a page level filter which was referencing old name of the query instead of the new one. Updating that fixed the count right away.