Forum Discussion

ribisht17's avatar
ribisht17
Icon for Super User rankSuper User
3 years ago
Solved

SLICER NOT ABLE TO CHANGE DAX OUTPUT

Hi PowerBI Community,

 

I have a simple query here ,

With the DAX expressions below ideally the KPI number should change with the slicer selection but it remains constant at 570,all the values are coming from the same table

 

Other card visuals look ok though

 

 

Has anyone faced similar situation?

Not sure what is this issue since I don't have any problem with sample superstore

 

Regards,

Ritesh

 

  • Hi ribisht17 I dealt with a lot of similar situations, and all of them were caused by logic problems of dax measures.
    IF  slicer does not affect visuals, which means there is a lack of needed relationship/context between them.
    This can come from using All/Allselect/Allexept ...etc functions.
    (In terms of defining interactions and your card's relationship with the slicer, everything is fine.
    And Slicer should filter the card).

    Unfortunately, beyond these general things, I cannot guess anything without feeling the model and the indicators, at least at my level of knowledge 😞

4 Replies

    • Ritaf1983's avatar
      Ritaf1983
      Icon for Super User rankSuper User

      Hi ribisht17 I dealt with a lot of similar situations, and all of them were caused by logic problems of dax measures.
      IF  slicer does not affect visuals, which means there is a lack of needed relationship/context between them.
      This can come from using All/Allselect/Allexept ...etc functions.
      (In terms of defining interactions and your card's relationship with the slicer, everything is fine.
      And Slicer should filter the card).

      Unfortunately, beyond these general things, I cannot guess anything without feeling the model and the indicators, at least at my level of knowledge 😞

      • ribisht17's avatar
        ribisht17
        Icon for Super User rankSuper User

        Thanks Rita, I appreciate your answer inspite of data not being added, I will try to replicate the scenario and upload again

  • hi Rita 

     

    As a superuser I understand that but data is sensitive , I just took chance if someone has faced a similar issue and the other reason is I could not replicate this with the sample data ,scenario is quite simple

     

    Ritesh