Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Create a measure from a variable table

Good afternoon,   I am not able to complete one of my needed measures.    My direct query table contains this structure: users steps 1 NEW 1 NEW 1 NEW 2 OLD 2 OLD 3 O...
  • AlexisOlson's avatar
    5 years ago

    Count the number of rows where "nº values" is three or greater.

     

    COUNTROWS ( FILTER ( tabla, [nº values] >= 3 ) )