Having a pivot table with data in it is not always enough. Sometimes, you want to display different colors for different value ranges. In order to see coloring by values (Threshold), I will create a new custom string field [Indicator] in the ElastiCube Manager. ifstring(([Amount]>50), 'Green'...