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
Anonymous
Not applicable

SUM ALL by Row

Hi there,

 

I would like the column 'total_phrase_all_pixel' to simply keep the results as shown:

 

No Slicer.PNG

However when I use the pixel slicer on the right Ican't get the number to remain like it does for total_all_pixel which uses the ALL function in CALCULATE SUM

 

On Slicer.PNG

 Is it possible to do a SUM ALL by row calculation?

 

Cheers

 

1 ACCEPTED SOLUTION

@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.

View solution in original post

3 REPLIES 3
Stachu
Community Champion
Community Champion

are these calculated measures?
What;s the syntax for [total_pixel]?



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Anonymous
Not applicable

Thanks for getting back,

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

@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.

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.