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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
alexBL
Regular Visitor

Matrix show values only lower than average

Hi All,

 

I have a matrix which is showing domain names from an email sending platform, with multiple brands which can be selected in a slicer. One of the values is open rate which is a %. I need to create something that only shows values lower than the average open rate when selecting a brand.

 

For example brand A has an average open rate of 15%, so when selecting brand A in the slicer I want the matrix to only show domains with an average open rate of lower than 15%.

 

Then when selecting brand B the average open rate is say 20% I then want the matrix to only show domains with a open rate of lower than 20%.

 

Is this possible?

 

Thanks in advance!

3 REPLIES 3
v-yalanwu-msft
Community Support
Community Support

Hi, @alexBL ,

 

Because I am not very clear about your data, If it not resolved, please provide me  with your pbix file after removing sensitive data.

Best Regards,
Community Support Tea
m_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
  

v-yalanwu-msft
Community Support
Community Support

Hi @alexBL  ,  

 

You could create flag measures by the following formula: 

Flag =
IF (
    MAX ( [ open rate] )
        < CALCULATE ( AVERAGE ( [ open rate] ), ALLEXCEPT ( 'Table', 'Table'[brand] ) ),
    1)

Then apply it into filter :

v-yalanwu-msft_0-1621243638551.jpeg

The final output is shown below:  

v-yalanwu-msft_1-1621243638552.jpegv-yalanwu-msft_2-1621243638553.png

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.  

Hi @v-yalanwu-msft 

 

Thanks very much for the reply. This seems to be very nearly what I need, but seems to miss some domains out.

 

The average open rate across all my brands is 17%; if I manually only show domains less than 17% on the open rate field in the matrix then these are my results:

alexBL_0-1621255530011.png

When using the calculted colum you helped with these are the results:

alexBL_1-1621255596601.png

You're method works becasue the values the matrix returns are below the average, but seems to miss out quite a few of the domains. 

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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