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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
AShah16
Regular Visitor

Show Mean, Max and Min value for filtered data in a plot

I have a filtered cross plot. The plot can be filtered by users through several filters and slicers. I want a separate table to display the mean, max and min value ,of the x-axis measure,for the filtered points based on all the filters and slicers applied on the plot.  The mean, max and min should get updated as the displayed points change (based on the filters and slicers).

 

How can i get this done ?

 

Plot_Filtered.JPGMean, Mid,Max.JPG

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @AShah16 ,

 

You can create a summaried table by the x-axis measure. Then calculate value for mean, max and min value. You can try something like below:

 

Maxvalue = var a =SUMMARIZE(Table,Table[column1],"_measure",[measure]) return MAXX(a,[_measure])

Meanvalue = var a =SUMMARIZE(Table,Table[column1],"_measure",[measure]) return AVERAGEX(a,[_measure])

Minvalue = var a =SUMMARIZE(Table,Table[column1],"_measure",[measure]) return MINX(a,[_measure])

 

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

 

Best Regards,

Dedmon Dai

 

 

View solution in original post

3 REPLIES 3
v-deddai1-msft
Community Support
Community Support

Hi @AShah16 ,

 

It is a sample dax formula, you need to change it based on your actual table name。

 

Best Regards,

Dedmon Dai

 

AShah16
Regular Visitor

Hi @v-deddai1-msft ,

Thanks a lot for your kind reply. In your expression what should i provide as "Table" and "_measure". Somehow when i used the expression it says syntax incorrect for Table.  

 

Thanks 

v-deddai1-msft
Community Support
Community Support

Hi @AShah16 ,

 

You can create a summaried table by the x-axis measure. Then calculate value for mean, max and min value. You can try something like below:

 

Maxvalue = var a =SUMMARIZE(Table,Table[column1],"_measure",[measure]) return MAXX(a,[_measure])

Meanvalue = var a =SUMMARIZE(Table,Table[column1],"_measure",[measure]) return AVERAGEX(a,[_measure])

Minvalue = var a =SUMMARIZE(Table,Table[column1],"_measure",[measure]) return MINX(a,[_measure])

 

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

 

Best Regards,

Dedmon Dai

 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.