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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Average of a column in a slicer object

Hi all!

 

I wonder if is possible to put in a slicer average of a column. I have created a measure, but slicer object does not support a measure, only a column, so I cannot apply an average function.

 

Thanks.

1 ACCEPTED SOLUTION

@Anonymous Sorry, Sorry, I didn't understand at first that it was supposed to be a slicer, the first thing you need is to create a calculated table

table_ave = 
 SUMMARIZE('table','table'[Fruit name],"ave",AVERAGE('table'[Value]))

Let's create a relationship between the tables
Screenshot_27.jpg
file attached
Put the values ​​from the second table into the slicer
Screenshot_28.jpg


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

View solution in original post

5 REPLIES 5
DimaMD
Solution Sage
Solution Sage

@Anonymous  hi, Can you provide your expected result? And fictitious data, in a pbix or excel file


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com
Anonymous
Not applicable

Thanks for your reply.

 

I have the following table:

FinYui8_0-1672750182016.png

 

And I want that slicer shows only the average for each category of fruit, that is, 3, 8 and 5.

 

Thanks a lot!

 

@Anonymous This is what you want
Screenshot_27.jpg


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com
Anonymous
Not applicable

No, I want to put this values in a slicer object. That is, put the measure in a slicer object, but PBI does not support a measure, only a column, so I cannot apply an average function in a slicer object.

@Anonymous Sorry, Sorry, I didn't understand at first that it was supposed to be a slicer, the first thing you need is to create a calculated table

table_ave = 
 SUMMARIZE('table','table'[Fruit name],"ave",AVERAGE('table'[Value]))

Let's create a relationship between the tables
Screenshot_27.jpg
file attached
Put the values ​​from the second table into the slicer
Screenshot_28.jpg


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors