Forum Discussion

ronkochanowski's avatar
ronkochanowski
Frequent Visitor
8 years ago
Solved

Count Rows Where ID Matches Other Measure in Same Table

Have a dimension that contains one column that is one of four values: STEP 1, STEP 2, STEP 3, STEP 4.  STEP 1 is not a prerequisite, but is a starting point.  In other words, people might jump to STE...
  • ronkochanowski's avatar
    ronkochanowski
    8 years ago

    Thanks Eric,

     

    This is what has seemed to work:

    To Community = CALCULATE(COUNTROWS(core_v_profile_memberList),FILTER(ALL(core_v_profile_memberList[Step]),core_v_profile_memberList[Step] = "Community"))

    with Community being Step 4.

     

    Thanks for your input!