I’m having trouble with a pivot table. For some reason, Totals are not showing/calculating for certain columns, and I can’t figure out why. The values in the problematic columns are not calculated, they are defined at the SQL level. I’ve confirmed there are no NULL values, and the datatypes seem correct. What could be causing this?
I have the same problem if I convert to a standard table as well.
If I remove the dimensions from the Rows Field Well, the totals ARE calculated.
Ok, I found the problem. It’s the literal ‘$’ in the field name. I tried renaming the column (it was defined at the SQL layer) and the totals populated properly.
It would be nice if the dataset UI provided a warning for that!