Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

More thean one filter

 

Dear all,

in my first post I got great support from Jihwan_Kim and SparteBI with the attached script. The problem was to count down the number in column D when the state value is set to 'Closed'. So this issue has been solved.

But what is when I want to count down the value when the state value in column D is "Closed" or "Cancelled" or "Done". I tried it to solve it with an OR condition but it didn't work out. Any help is apprecilated. 

Thanks

Olaf

 

 

 

  • Hi,

    Please tried below Dax code :

    Date[State] in {"Closed", "Cancelled", "Done"
    against the existing one 

3 Replies

  • PC2790's avatar
    PC2790
    Icon for Community Champion rankCommunity Champion

    Hey Anonymous ,

     

    Did you try:
    .....&& Date[State] in {"Closed","Cancelled","Done"})

  • MahyarTF's avatar
    MahyarTF
    Icon for Memorable Member rankMemorable Member

    Hi,

    Please tried below Dax code :

    Date[State] in {"Closed", "Cancelled", "Done"
    against the existing one 
  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous,

    Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.

    If these also don't help, please share more detailed information to help us clarify your scenario to test.

    How to Get Your Question Answered Quickly 

    Regards,

    Xiaoxin Sheng