Hi,
I want to do dynamic grouping at report level which includes aggregate function
The logic i want to write is
=(Floor((A/(Ceiling((Max(A) - Min(A))/Round(Log(CountDistinct(B))))))))+1
Note: Datasource is based on SSAS Cube
Please let me know if any have has done such type of grouping or any one has some ideas on how to implement