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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
setis
Post Partisan
Post Partisan

Help with a simple filter

Dear all,

 

I need help with a filter. As you can see here below Apples can bee 3 types. 

 

I need to filter only one type but I still need the amount of the other fruits in the same column. The desired result would be:
Apples 3, Oranges 5, Pears 6.  I hope that it makes sense. 

 

The file is here: https://drive.google.com/file/d/1XgZGlTbBpziV_FrQ5iQCAFtau5e-pcgK/view?usp=sharing  

 

fruits.PNG

 

Thanks in advance!

 

 

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

whats up @setis

 

I think what you have is probably not the best way to organize the data but you can try this as measure (eliminate the relationship or change the names, you now have Apple and Apples😞

 

AmountFruits(Apples only Gala) 2 =
IF (
    SELECTEDVALUE ( Sheet1[Fruit] ) = "Apples";
    CALCULATE ( SUM ( AmountType[Amount] ); AmountType[Type] = "Gala" );
    [TotalAmount]
)

 

 

View solution in original post

1 REPLY 1
AlB
Community Champion
Community Champion

whats up @setis

 

I think what you have is probably not the best way to organize the data but you can try this as measure (eliminate the relationship or change the names, you now have Apple and Apples😞

 

AmountFruits(Apples only Gala) 2 =
IF (
    SELECTEDVALUE ( Sheet1[Fruit] ) = "Apples";
    CALCULATE ( SUM ( AmountType[Amount] ); AmountType[Type] = "Gala" );
    [TotalAmount]
)

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.