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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
jmgobet
Frequent Visitor

Filter matrix line when value are once negative

Hi community,

I am trying to filter value in a matrix to show only lines when value are once negative. (This is a supply chain dashboard and the idea is to identify planed item shortages)

I have the following dashboard:

Capture value is negative.PNG

 

The above matrix display item when bellow zero but in fact it appears that the filter

 

#qte cumul is less than 0

 

only display lines when the *final* value is negative but not a line that is negative one month and then ok the other months.

 

Anyone would have a idea how to better filter the matrix in order to display all the shortages?

 

Thanks in advance,

JM

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @jmgobet,

It seems like you are trying to filter summarize values, I'd like to suggest you create a measure with summarize function to manually aggregate your records based on current categories and use it as a filter on 'visual level filter' to filter records.

Measure Totals, The Final Word 

Applying a measure filter in Power BI 

If above not help, please share a pbix file with some dummy data to test.

How to Get Your Question Answered Quickly  
Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @jmgobet,

It seems like you are trying to filter summarize values, I'd like to suggest you create a measure with summarize function to manually aggregate your records based on current categories and use it as a filter on 'visual level filter' to filter records.

Measure Totals, The Final Word 

Applying a measure filter in Power BI 

If above not help, please share a pbix file with some dummy data to test.

How to Get Your Question Answered Quickly  
Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@jmgobet , I can not see the row value, Create a measure with all expected, which same as row total and use that in the filter 

 

Calculate([Measure], allexpcept(Table,Table[Col]))

https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors