Forum Discussion
Anonymous
5 years agoNot applicable
Countrows with allselected filter
Hi, I need help.. I have the table like below. What I would like to do is to count the values in "Count of Result" column filtered by the "Title" column. So in the Measure column, I would like t...
- 5 years ago
Anonymous , Try like
calculate([count of result], allexcept(Table, Table[Title]))
amitchandak
Super User
5 years agoAnonymous , Try like
calculate([count of result], allexcept(Table, Table[Title]))
Anonymous
5 years agoNot applicable
Thank you.. That did the trick 🙂
Regards,
Ashley