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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
SWhiteMKL
Frequent Visitor

Need help with a filter -ALL / ALLEXCEPT

I am trying to create a saturation metric that includes the total count of activity for all filters context except 1 divided by the total context.  for example 500 for region, color, salesperson but 300 when I choose a color so over time I can see the stauration.

 

I tried using AllExcept and ALL but didn't have any success.  I am a bit new to DAX so any help is appreciated.

 

Thanks,

Steve

2 REPLIES 2
v-xiaocliu-msft
Community Support
Community Support

Hi  @SWhiteMKL ,

 

If the problem persists, please share sample data and expected output.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

 

Best Regards,

Wearsky

dharmendars007
Memorable Member
Memorable Member

Hello @SWhiteMKL , 

 

This formula calculates the count of activities by removing the color filter but respecting other filters like region, salesperson etc

 

CountWithoutColor =
CALCULATE(
COUNTROWS('YourTable'),ALL('YourTable'[Color]))

 

This will calculate the count without considering color but will still apply filters on region and salesperson

 

CountWithoutColor =
CALCULATE(
COUNTROWS('YourTable'),
ALLEXCEPT('YourTable', 'YourTable'[Region], 'YourTable'[Salesperson]))

 

If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.