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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
MMQuestions7
Regular Visitor

Bar Chart sum total when slicer = Select All

Hi, 

I'm facing this issue that I cannot group the customer total when my slicer = Select All

MMQuestions7_1-1684141317423.png

 

my bar chart displayed customer individually instead of sum total.
I would like to display my bar chart as below.

Anyone have idea or any solved similar issue that I can refer to?

 

Thank you.

 

 

MMQuestions7_0-1684141292308.png

 

1 ACCEPTED SOLUTION
HarishKM
Memorable Member
Memorable Member

@MMQuestions7  Hey,
You can use like below measure to get result.

 

Total sale all = CALCULATE(SUM(financials[ Sales]),ALL(financials[Date]))
 
Total profit = CALCULATE(SUM(financials[Profit]),ALL(financials))
 
HarishKM_0-1684252223304.png

 

Thanks

Harish M

View solution in original post

4 REPLIES 4
HarishKM
Memorable Member
Memorable Member

@MMQuestions7  Hey,
You can use like below measure to get result.

 

Total sale all = CALCULATE(SUM(financials[ Sales]),ALL(financials[Date]))
 
Total profit = CALCULATE(SUM(financials[Profit]),ALL(financials))
 
HarishKM_0-1684252223304.png

 

Thanks

Harish M

amitchandak
Super User
Super User

@MMQuestions7 , You follow my approach of single select with all , but you do not need single select.  Just leave it multi select . on Axis use the all column from new dim

Single Select with Select All : https://youtu.be/plGqCEZRfXU

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak ,

 

How to change the customer name = "All Customer" in the chart when "ALL" selected in slices?

Hi @amitchandak , 
It doesn't work on my chart, the list of customers still displayed individually. Single select = off.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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