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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
maxduff59
Helper II
Helper II

Use a Filter in a ALL condition

Hello,

I have a dataset of physical performance during games (distance covered, high-speed distance, acceleration, ...) and I created a measure to compute average according to several conditions like that : CALCULATE( Average with condition, ALL(Games)).

However, I would like to know if it is possible to add a condition inside the calculate fonction such as : CALCULATE( Average with condition, ALL(Games.Minutes > 60)).

I hope my explications are clear enough 😅
Thanks in advance for your time and your help 

3 REPLIES 3
ThomasWeppler
Impactful Individual
Impactful Individual

Just type CALCULATE( Average with condition, ALL(Games), ALL(Games.Minutes > 60))

 

Each , adds a new filter.

 

However I am not sure you want to use the all function since it returns all rows in a table without the use of any filter.

So, do you have an idea of which function will be a better use than ALL() ?

It depends on what you want to do, but I am not even sure you need anything. If you just pick the table and the colum and only wants to include rows where the value is higher than a specifik number you can just pick the table and colum and write something like this in Dax.

Games = 
CALCULATE(Average with condition,
table[colum] > 60))

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.