fschleich
07-12-2024ETL
Status:
Needs Votes & Comments
Defining the default aggregation function per dimension
Currently, the aggregation function depends on the type of the dimension :
- Text or date => Distinct count
- Numeric => Sum
In our use case, this default assignation is not always accurate as it is sometime required to use Distinct Count with numeric fields.
It would be good to hauve the default aggregation function to be choosed by the cube designer, when developping the metadata layer (ElastiCube or Live cube). This way, the dashboard designer will be proposed the accurate function without need to change it.
This is particlary interesting with a users population that don't have analytics background and for which choosing the correct agregation function is not obvious.
Thank you