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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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