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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
DimD
Frequent Visitor

Can't apply filter on a matrix

Hello,

I have a small problem with a filter
I have 4 tables with relations.
I have created a working measure that I have placed in a matrix visualization.
So far, no problem.
Then, I wanted to see all the vehicles that have a value greater than 12 and it does not work, there are still values less than 12
On the other hand, when I do a conditional formatting, I see the fields of more than 12.
Do you have an idea?

 

DimD_2-1651808426548.png

 

Thank you in advance for your help

PBI example 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @DimD ,

 

Try to modify the measure as

Test = 
var _value=Sum(Journey[Duree_trajet_journee]) + (Sum(Travaux[Valeur])*24)
return IF(_value>=12,_value,BLANK())

vstephenmsft_0-1652173254495.png

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @DimD ,

 

Try to modify the measure as

Test = 
var _value=Sum(Journey[Duree_trajet_journee]) + (Sum(Travaux[Valeur])*24)
return IF(_value>=12,_value,BLANK())

vstephenmsft_0-1652173254495.png

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hello  @Anonymous , 

 

Thank you for your reply. It works

 

PC2790
Community Champion
Community Champion

Hey @DimD ,

 

Does the filtering work when your remove the measure?

Could be that there is some logic in your measure that is overriding the filter.

Please review that.

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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