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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Alex_Hasan
Helper II
Helper II

Keepfilters vs Filters

Here I have calculted two measures and they produced the same result. which one is more efficient and why? 

 

greensales.JPGgreensales filter.JPGgreensales table.JPG

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Alex_Hasan 

I would suggest you use the 1st Measure "Green Sales":

Explanation: You have effectively used KEEPFILTER here to show sales only when Green colour is visible. The most important point is, only the Product [Colour] column is used but the in the second measure, you are referring to the full Product table within the Filter function which is not efficient, also it will have the unexpected effect of expanded table. 



Did I answer your question? Mark my post as a solution! and hit thumbs up


โญ• Subscribe and learn Power BI from these videos

โšช Website โšช LinkedIn โšช PBI User Group

View solution in original post

4 REPLIES 4
tamerj1
Super User
Super User

Hi @Alex_Hasan 

yes becuase the first one is actually 

KEEPFILTERS ( FILTER(*Product, 'Product' [Color] = "green' ) )

where here KEEPFILTERS does nothing 

Hi @tamerj1 , your answer seems confusing to me. Could you please elaborate? 

@Alex_Hasan 

Sorry for the in accurate explanation.  
CALCULATE ( [Amount], "Product' [Color] = "green" ) is actually translated into

CALCULATE ( [Amount], FILTER ( ALL ( Product), 'Product' [Color] = "green" ))

Which returns the value of green in all cells. 
this is because the filter context of each cell contains the coplete product table while when using only FILTER the filter context  in each cell contains only the related color therefore the intersection is empty except for green. 

Fowmy
Super User
Super User

@Alex_Hasan 

I would suggest you use the 1st Measure "Green Sales":

Explanation: You have effectively used KEEPFILTER here to show sales only when Green colour is visible. The most important point is, only the Product [Colour] column is used but the in the second measure, you are referring to the full Product table within the Filter function which is not efficient, also it will have the unexpected effect of expanded table. 



Did I answer your question? Mark my post as a solution! and hit thumbs up


โญ• Subscribe and learn Power BI from these videos

โšช Website โšช LinkedIn โšช PBI User Group

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Users online (25)