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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
imaddrell
Advocate II
Advocate II

Help with an average measure excluding value

Hi

 

I was wondering if someone could help me? I have a score created through a measure, shown by day. This works fine. I can show the measure in a table of days and this gives me a rating per day and an average over a period of time.

 

But, if the value on a given day falls below a certain rating (20) I would like to exclude this from the average. The data containing the 20 does not exist as a column as it is a measure divised by day over a time period. This is my measure for the average:

 

Day Average = AVERAGEX(VALUES(DateKey[Date]),[Score])

 

I would like it to only considers score of above the level of 20 per day for the average, the [Score] is a measure and not a column.

 

Any help would be much appreciated.

 

Thanks

Ian

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@imaddrell

 

Try with following

 

Day Average =
AVERAGEX ( FILTER ( VALUES ( DateKey[Date] ), [Score] > 20 ), [Score] )

 

 

View solution in original post

2 REPLIES 2
Zubair_Muhammad
Community Champion
Community Champion

@imaddrell

 

Try with following

 

Day Average =
AVERAGEX ( FILTER ( VALUES ( DateKey[Date] ), [Score] > 20 ), [Score] )

 

 

That works brilliantly, thanks very much!!

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 FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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