Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 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.
Anonymous
3 years agoNot 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.