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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

showing the value double i click SUM function instead of don't summarize

 i have the table  . values showing like year wise 2021 data value 32 only . 

 

please find the below screen shot refernce . 

 

THENNA_41_0-1638861965767.png

 

when i change it to  Sum  .its values showing .

 

THENNA_41_1-1638862385515.png

 

 

i am using below measure for the calculate the value.

 

warehouse infeasibility (tons) = DIVIDE(PM_Out_StockMovement[WarehouseInfeasibility],1000)
 
any idea. thanks in advance 
2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @Anonymous ,

According to your description, warehouse infeasibility (tons) is a measure, but how can it have three values ​​when it is alone in a visual, additionally, is [WarehouseInfeasibility] a measure or column? Could you please provide more sample data, it will help find the problem.

If you want to show correct total in summarize, you can calculate the sum based on old measure, like this:

SUMX(table,[ warehouse infeasibility (tons) ])

Best Regards,
Community Support Team _ kalyj

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

ValtteriN
Super User
Super User

Hi,
This problem is likely causes by the logic behind calculated column. To solve the issue check if your slicers are working. Additionally I would recommend using use a SUM measure instead of summarizing a calculated column.
So something like (

Divide Sum = DIVIDE(Sum('Summarize'[Value]),1000))


My test data:

ValtteriN_0-1638865789076.png

Problem reconstructed:

Without any selections the divide seemingly works:

ValtteriN_1-1638865860758.png

When changed to summarize the value doubles:

ValtteriN_2-1638865895326.png
(Slicer) While I select 2021 from a slicer the value works as intended:

ValtteriN_3-1638865938805.png

 

Hopefully this helps to solve the issue and if it does consider accepting this as a solution!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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