Forum Discussion
ronkochanowski
8 years agoFrequent Visitor
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...
- 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!
Ashish_Mathur
8 years agoSuper User
Hi,
Share a dataset and show the expected result.