Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Filter selection as optional

Hi,

Can any one please help me on below requirement.

I have created two fields Factor 1 and Factor 2 using field parameter option. Currently i am selecting one dimesnion from factor 1 and one from factot 2 and these are visible in below table. But user want to use factor2 as optional filter when they haven't selected any thing from factor 2 filter then the dimension from factor2 need to hide from table if they select need to visble.

 

how to achive this?

 

Factor 2 filter logic is 

Factor 2 = 

 {
      ("AY Month", NAMEOF('Home Claims'[AYMonth]), 0),
    ("Transaction Type", NAMEOF('Home Claims'[Transaction type Group]), 1),
    ("Cover Type", NAMEOF('Home Claims'[CoverType]), 2)
}

 

 

5 Replies

  • Hello Anonymous ,

     

    then why don't you have factor 1 and 2 in the same field parameter and you can either add them both or one of them.

     

    If I answered your question, please mark my post as solution, Appreciate your Kudos đź‘Ť

    Follow me on Linkedin
    Vote For my Ideađź’ˇ

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi,

       

      That is the requirement we need to  compare 2 fields at a time

      • Idrissshatila's avatar
        Idrissshatila
        Super User

        Hello Anonymous ,

         

        You can still compare both of them at a time, because you can select both of them together.

         

        If I answered your question, please mark my post as solution, Appreciate your Kudos đź‘Ť

        Follow me on Linkedin
        Vote For my Ideađź’ˇ