Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello community,
I have a problem :
I have a error in the caclculated dimension with a pivot table, the expressions is just a Count expression
in the expression it works great but it reapeat the same value( because i have a lot of row) it's for that i want to make a caclulated dimension.
Somebody have a solution?
Thanks
May be you have to use aggr(). But not sure about your application. Can you upload app with sample data?
Use below as an expression in calculated dimension.
=Aggr(COUNT(YourFieldName),DimensionName)