Forum Discussion
Filter not applied at correct level in Matrix
Hi Folks, I am stuck in Filter part while using Matrix Table. If i apply filter "Sal>100", it should affect the data on top of the file Matrix table. Below I have give sample data, how generally PBI gives result and expected result.
| Title | Id | Sal |
| a | 1 | 98 |
| a | 2 | 150 |
| b | 1 | 25 |
| b | 2 | 50 |
| b | 3 | 75 |
| c | 1 | 101 |
| c | 2 | 102 |
| d | 1 | 34 |
6 Replies
- jjrandHelper I
Hello,
I'm not sure how you're getting the second table, but I tried two ways and got the expected result.
First, by putting a visual level filter on saleSecond, by writing the following measure
Measure =SUMX(FILTER('Table', 'Table'[Sale]>100),'Table'[Sale]) - AnonymousNot applicable
Hi MarshalSK
Please check that did you have a another table, and the table have the same column name, and you put the field in this table to the filter? after testing, if you put the Sal field to the field, and make sure other field in the same table with the sal field, the filter will work.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.