Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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:
and this is what im expecting to have:
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.
Solved! Go to Solution.
Hi @mhsk ,
Create a new measure as below to work on it.
Measure 2 = IF([Measure]>=0,BLANK(),[Measure])
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):
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])
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.