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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Impactful Individual
Impactful Individual

@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
Impactful Individual
Impactful Individual

@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

 

 

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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