Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Applied Filter but Matrix Report Still Shows All Data

Hi, 

 

I applied a filter but the one of the matrix columns still shows all data (there is a DAX measure) instead of the filtered one hwile the other one works fine (no DAX measure). On the left matrix column, the filter works on the measure DAX for but still shows all data (showing all 100%). 

 

Could anyone please advise what went wrong here?

 

  • lbendlin's avatar
    lbendlin
    4 years ago

    You can observe that the issue "goes away"  when you remove the measure

     

    So yes, your measure definition overrides the data model.  Your data model can also be improved/normalized.  I would recommend you separate out the geography dimension from the role dimension.

4 Replies

      • lbendlin's avatar
        lbendlin
        Super User

        You can observe that the issue "goes away"  when you remove the measure

         

        So yes, your measure definition overrides the data model.  Your data model can also be improved/normalized.  I would recommend you separate out the geography dimension from the role dimension.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi ratak, 

    I don't think it is your measure override the filter. I experienced the same issue and replaced my measure (which was a simple average) with the column itself and set it to show the average. This did not resolved . But once I filtered out in transformation , this time the filtered was applied.