Forum Discussion

Scocal123's avatar
Scocal123
Helper I
3 years ago
Solved

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 ...
  • DataInsights's avatar
    3 years ago

    Scocal123,

     

    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.