Forum Discussion

MMQuestions7's avatar
MMQuestions7
Regular Visitor
3 years ago
Solved

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   my bar chart displayed customer individually instead of sum total. I would like to display my...
  • HarishKM's avatar
    3 years ago

    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))
     

     

    Thanks

    Harish M