Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

SUM ALL by Row

Hi there,   I would like the column 'total_phrase_all_pixel' to simply keep the results as shown:   However when I use the pixel slicer on the right Ican't get the number to remain like it ...
  • v-yuta-msft's avatar
    v-yuta-msft
    7 years ago

    Anonymous ,

     

    Use ALL(Table) instead of ALL(Table[Column]) like below:

    total_all_pixel =
    CALCULATE ( SUM ( 'Table'[pixel_count] ), ALL ( 'Table' ) )
    

    Community Support Team _ Jimmy Tao

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