Forum Discussion
Rustami4
Helper II
8 years agoFilter measure
Guys, tell me please how does the formula for FILTER look? Can't understand how it works. I need to filter the count of the definite indicator from the column.
Anonymous
8 years agoNot applicable
If you use calculate in conjunction with a filter it is fairly straightforward e.g.
Calculate (<Calculation>, Filter( <table to filter>, <logic to filter the table>))
I'm not sure sure from your post exactly what youre trying to achieve however.
Thanks,
Will