Forum Discussion
Anonymous
7 years agoNot applicable
Filter on 2 values using AND
Heya Experts! I create the following graph: As you can see there is alot of 0 0 values. The orange bar is calculated using Started = IF(ISBLANK(count('WorkItems In Progress WIP'[InPr...
- 7 years ago
Hi,
i would try to create a new measure:
Sum=started+completed
and put this messure into the filter area and set the filter for "SUM" is greater than 0 ....
but maybe there is a better solution..
Sonne
7 years agoHelper II
Hi,
i would try to create a new measure:
Sum=started+completed
and put this messure into the filter area and set the filter for "SUM" is greater than 0 ....
but maybe there is a better solution..
Anonymous
7 years agoNot applicable
Sonne wrote:Hi,
i would try to create a new measure:
Sum=started+completed
and put this messure into the filter area and set the filter for "SUM" is greater than 0 ....
but maybe there is a better solution..
Sometimes i wonder how i cant come up with this kind of stuff..
Thanks alot! :)