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
JayV
Helper I
Helper I

Calculate in measure at column won't filter other objects

Hi!
I placed this measure in "values" on a Matrix:

 

 

measure = CALCULATE(sum(Fact[Totalsum]),Fact[type] = "D")

 

 

But when i select anything within this matrix it will filter all objects from the model excluding Fact[type] = "D"  and showing the absolute total

JayV_1-1702591188485.png(Measure total is selected)

 

I also tried using SumX but didn't work:

 

 

measure = SUMX(FILTER(Fact,Fact[type] = "D"),Fact[Totalsum])

 

 

Why could this be?

2 REPLIES 2
v-jincheng-msft
Community Support
Community Support

Hi @JayV ,

Hi, thanks for the information you have given. I tested the sample based on this information and Filter did not have the problem you mentioned. 

Please feel free to correct me and provide more information if I have misunderstood you!

vjinchengmsft_0-1702897004189.png

 

 

Hope it helps!

 

Best regards,
Community Support Team_ Joseph Ji

 

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

If you click the number 2047 from that object with the measure, does the other object also filter?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.