We have a column that is numeric data type in a report but when we go to sum the column, none of the sum, average, etc functions available in the sigma drop down… The only thing that is available is default aggregation and it does nothing. Any ideas?
when a measure is setup in the universe as a database delegated measure the sigma button only allows you to choose default aggregation.
When you click on default aggregation it should add a footer to the table block and insert the formula of =[measure]. Usually this should report the words #TOREFRESH since it will need to go out to the database to recalculate the measure at the new level. Can you verify the footer is added and it contains the formula? Try clicking the Refresh All button to see if the value is reported after the report refreshes.
If you don’t want the default aggregation then you can create a variable that applies the appropriate aggregation to the measure and use that variable in your footer.