It appears that some of our measures within the cube are overflowing the Integer datatype which is giving us some very odd subtotals and grand totals. In order to fix this I realize that I will need to change the data type to a bigint. I tried
changing it at the measure level but it looks like that only works for Count and Distinct Count. I can't change it in the data source so is my only option adding a calculated column that converts the value in the table at the DSV level?
↧