Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to avoid aggregation of measure values in tableau

Tags:

tableau-api

I'm trying to retrieve and analyze records from SQL server. Whenever I drag the measure values to rows field it gets auto aggregating itself in tableau.

I dont want this aggregation to be done since my values doesn't make sense when it gets agregated.

enter image description here

Is there a solution to remove this aggregation in tableau ?

Thanks

like image 851
Gowtham Ramamoorthy Avatar asked Apr 14 '17 04:04

Gowtham Ramamoorthy


1 Answers

Yes, you can avoid aggregating values. However, your problem isn't that you are aggregating your values, your problem is that you are treating dimensions as measures.

To fix this you can convert Year from a measure to a dimension:

enter image description here

Of course, if you want to disaggregate the measures then you can always do that too:

enter image description here

like image 182
e h Avatar answered Nov 25 '22 16:11

e h