Forum Discussion
Measure Filter is not working
- 4 years ago
Hello Chanleakna123
I could replicate your issue with my own data, and then fix it after.
It's an issue with the ALLSELECTED piece. If I copy your syntax ALLSELECTED(TableName) then I get the same issue, if I change that to be column specific then it works ALLSELECTED(TableName[ColumnName]).
Try ALLSELECTED('Retails Audit'[PRODUCT NAME])
Using ALLSELECTED('Retails Audit') will override the row level filters in the matrix.
Hello Chanleakna123
I could replicate your issue with my own data, and then fix it after.
It's an issue with the ALLSELECTED piece. If I copy your syntax ALLSELECTED(TableName) then I get the same issue, if I change that to be column specific then it works ALLSELECTED(TableName[ColumnName]).
Try ALLSELECTED('Retails Audit'[PRODUCT NAME])
Using ALLSELECTED('Retails Audit') will override the row level filters in the matrix.