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

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

Reply
ULtimateG
Frequent Visitor

How to show maximum value of guage visualize in specific slicer?

Hello, I have been trying to use a Gauge chart to show the summarized data for each week using Slicer. The problem is
1. (Picture 1) Gauge show x2 of Data (356) instead of 178
2. (Picture 2) When I filter dates and category it can't show summarized data of each category in gauge, but show only the filtered value. I want to show 131 / 178

 

In this picture, gauge show 178 of 356 Data

 

1.png

 

2.png

 Is there a way to be able to solve this problem?

DateCategoryData

19/7/2566A1
20/7/2566A3
25/7/2566B4
26/7/2566C5
27/7/2566A6
28/7/2566A7
28/7/2566B4
28/7/2566A10
29/7/2566C3
1/8/2566A50
3/8/2566B30
4/8/2566A70
4/8/2566A1
4/8/2566B5
4/8/2566C3
4/8/2566B9
4/8/2566A10

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @ULtimateG 

 

You can try the following methods.
Measure:

Max = CALCULATE(SUM('Table'[Data]),FILTER(ALL('Table'),[Date].[Month]=SELECTEDVALUE('Table'[Date].[Month])))

veqinmsft_0-1691548271812.pngveqinmsft_1-1691548299590.pngveqinmsft_2-1691548314854.png

Is this the result you expected?

 

Best Regards,

Community Support Team _Charlotte

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi, @ULtimateG 

 

You can try the following methods.
Measure:

Max = CALCULATE(SUM('Table'[Data]),FILTER(ALL('Table'),[Date].[Month]=SELECTEDVALUE('Table'[Date].[Month])))

veqinmsft_0-1691548271812.pngveqinmsft_1-1691548299590.pngveqinmsft_2-1691548314854.png

Is this the result you expected?

 

Best Regards,

Community Support Team _Charlotte

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

This solution works fine, thanks.

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.