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 September 15. Request your voucher.

Reply
ashamsuzzoha
Advocate II
Advocate II

ALLCROSSFILTERED but only from a select table

I have a few calculated measures on a table with relationships with several tables. I want those measures to ignore crossfiltering from one of those tables, but not the others. ALLCROSSFILTERED() seems to remove crossfiltering from ALL related tables. Is there a way to only apply that to select tables? Something that combines the functionalities of ALLCROSSFILTERED and ALLEXCEPT?

3 REPLIES 3
Anonymous
Not applicable

By the way, why do you have to use ALLCROSSFILTERED? Why is it not enough to use ALLEXCEPT( FactTable, TheOneTableYouWantToKeepFiltersOn)?
Anonymous
Not applicable

If something seems to be almost impossible to do, then it might be a strong indication that the model is not correct (in terms of structure and Best Practices). But to be able to tell what could be wrong with yours... there's not enough information.
AntrikshSharma
Super User
Super User

@ashamsuzzoha If you use fact table inside ALL family functions then the filters from all the tables related with many to 1 relationships will also be removed, because of table expansion.

use CALCULATE ([Measeure], ALLEXCEPT(Fact, Dimension1, DimensionN)

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.