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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
3186564
Regular Visitor

Measure ignore slicer filter

Hi,

I have been asked to plot student grades across labs as a line chart. There will also be a minimum, maximum, and average grade line that I have created as measures, and a slicer that can filter students which appear on the visualisation. However when a subject on the slicer is selected the min, max, and avg lines are also altered by the slicer. Is there a way around this? I have tried using the ALL() function, but had no such luck. Thanks.

1 ACCEPTED SOLUTION

Hi @3186564,

 

The all() could work like this: 

min = calculate(min('table'[grade]),
                           all('table'[subject]))

Could you please post your formulas here? 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
3186564
Regular Visitor

Hi,

I have been asked to plot student grades across labs as a line chart. There will also be a minimum, maximum, and average grade line that I have created as measures, and a slicer that can filter students which appear on the visualisation. However when a subject on the slicer is selected the min, max, and avg lines are also altered by the slicer. Is there a way around this? I have tried using the ALL() function, but had no such luck. Thanks.

Hi @3186564,

 

The all() could work like this: 

min = calculate(min('table'[grade]),
                           all('table'[subject]))

Could you please post your formulas here? 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks Dale,

 

Not sure what I was doing wrong before, but this seems to work,

cheers.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.