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
THENNA_41
Post Partisan
Post Partisan

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 @THENNA_41 ,

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

Top Solution Authors