Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
@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)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |