Forum Discussion
Scocal123
3 years agoHelper I
Count non-static text values
Hello, I have a report which uses the 'text filter' visual to search for specific text within a field, and filter the report accordingly. This all works very effectively. The text filter visual ...
- 3 years ago
Try this measure:
Count Values = COUNTROWS ( Table1 )The COUNTROWS function will count the number of rows that contain the search term in the Text Filter visual.
DataInsights
3 years agoSuper User
Try this measure:
Count Values = COUNTROWS ( Table1 )
The COUNTROWS function will count the number of rows that contain the search term in the Text Filter visual.