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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mhsk
Helper II
Helper II

filter matrix to show only negative values

Hi, I would like to ask you for advise if it is possible to filter only items that have minus in matrix? im interested in only those where minus will appear (in any week).

 

what i have:

1.PNG

 

 

 

 

and this is what im expecting to have:

2.PNG

 

The calculation in matrix is a measure showing stock level in each week, so if i just filter with a measure then i will get only items where total of measure is below 0 it will not check week by week. Many thanks for any suggestions.

1 ACCEPTED SOLUTION

Hi @mhsk ,

 

Create a new measure as below to work on it.

Measure 2 = IF([Measure]>=0,BLANK(),[Measure])

2.PNG

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

Put a visual level filter on the measure [Measure]>0

Filrer Pane Visual Level filter.png

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

This is a bit different scenario. please put your measure as value, weeks as column and any other dimention that measure impacts  (part, etc) in row. Thing is measure filter will work for total measure value <0 and im looking for to see measure values <0 for each week / each part.

 

So to cut the long story short im just looking to see all items (rows) where measure was <0 at any week (like on this picture):

2.PNG

when there was an event = measure<0  it is coloured in red and i just want to see items impacted by red. doable?

Hi @mhsk ,

 

Create a new measure as below to work on it.

Measure 2 = IF([Measure]>=0,BLANK(),[Measure])

2.PNG

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Thanks for your help!

This is not actually 100% an accurate solution. As you can see, the total of the matrix is blank as well. The positive values had been hidden, but not removed from the calculation.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors