Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 69 | |
| 50 | |
| 40 | |
| 39 |