If I have a simple table as below
Department User Sale
IT A 25
IT B 25
DA C 25
Is it possible to create a measure that would keep the sum of sale
fixed for each User. So that in a table visual it would appear as:
Department User SaleMeasure
IT A 50
IT B 50
DA C 25