Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've a pivot table in which i am populating the min value for one column, but I've another dimension for the same min value which also i want to get populated. CAn someone please help me in doing that.
DimensionA DimensionB
min (Dimension A)= 1 value corresponding to the min (Dimension A) = X
1 X
2 Y
3 Z
4 W
5 M
Now i want to find out a way to show the value corresponding to the min (Dimension A) which is X. couldn't get any way to do that.
can someone please help?
thanks in advance
If I understand the question correctly.
For the first dimension, use a calculated dimension of
=min(DimensionA)
For the seconds dimension, use a named dimension of
DimensionB
-Rob