- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
avoid duplicate while summing
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-2018 03:25 AM - edited 04-06-2018 03:27 AM
Hi frds,
here i am attaching data and results .
Meal value = sum(meal Value)
expected output = 20.
Value1 = average(value1)
expecte out =20 and is correct
please help me to get the meal value as 20 after summing . please have a look at below picture
sum(meal value) should be 20.
Re: avoid duplicate while summing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-2018 09:21 AM
Hi,
Why not use Average of MEAL values as well
or
MIN(TableName[Meal Value])
or
MAX(TableName[Meal Value])
Re: avoid duplicate while summing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-12-2018 01:30 AM
Does this meet your goal?
To get it, select ‘Don’t summarize’ as follows
Additionally, I can’t make myself clear about “get the meal value as 20 after summing”, whether it means to click on the column ‘mean value’ in the values field and select ‘Sum’, or sum ‘mean value’ column based on the column ‘city’, ‘Attribute.1’,’Mean type’ using forluma
Measure = SUM(Table1[MEAN VALUE])
Best Regards
Maggie Li