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 ma...
  • 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.