Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to sort based on Expression based on Selection of Measure by the User.
I have buttons specifying the sort By options Like Actual, Growth or Growth% and the Pivot Table must sort accordingly as per the measure
Attached is a sample application , could someone check and tell me how I could get the custom sorting working
I found the solution using
=AGGR(DUAL(Year,RowNo(TOTAL)),Div,Year) as my second Dimension.
Please let me know if there is any other better way to get the same