Forum Discussion
Filtering Two Columns Simultaneously
- 2 years ago
Hi JSIQUEI-YYC-ENB
You can create a measure flag like
flag = if ([Contingency ]=0 && [Forecast] =0 ,1,0)And use this flag as a filter on the matrix.
**If it is not 0 m but blanks the flag measure will be with isblank()
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi JSIQUEI-YYC-ENB
You can create a measure flag like
flag = if ([Contingency ]=0 && [Forecast] =0 ,1,0)
And use this flag as a filter on the matrix.
**If it is not 0 m but blanks the flag measure will be with isblank()
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- JSIQUEI-YYC-ENB2 years ago
Helper I
Awesome! simple, but smart solution...! appreciatted. Thanks Ritaf1983
- Ritaf19832 years ago
Super User
JSIQUEI-YYC-ENB
Glad to help 🙂