Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
MarshalSK
Resolver I
Resolver I

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.

 

 

TitleIdSal
a198
a2150
b125
b250
b375
c1101
c2102
d134

 

 

MarshalSK_0-1703707327686.pngMarshalSK_1-1703707359657.png

 

6 REPLIES 6
Anonymous
Not 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.

vxinruzhumsft_0-1703741896878.png

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.

jjrand
Helper I
Helper 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 sale

jjrand_0-1703708069071.png

Second, by writing the following measure

 

Measure =
SUMX(
    FILTER('Table', 'Table'[Sale]>100),
    'Table'[Sale]
)

how your getting "advanced filter" option if sales is number data type?

Yes, it's a whole number data type as shown below

 

jjrand_0-1703710526142.png

If you select your visual and see Basic filtering, click it and change to Advanced filtering. 

jjrand_2-1703710738337.png

 

Is this option now showing up for you?

Thanks for the prompt responses.

 

I am not getting that option,using dec 2023 version. May I know which version your using.

I am using December 2023 version as well. Can you please share a screenshot of what you see on the filters pane when you click on your visual? I might be able to tell the problem from that.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors