the only reason not to replace 0's by NULL is if the 0's have a special meaning e.g. for inventory stock
otherwise its always a good idea to replace 0's by NULL because of
- Performance / NON EMPTY
- Storage / CubeSize
also make sure that you set the NullProcessing-Property of that measure to "Preserve"
- www.pmOne.com -