Calculation in SSAS Cube not working for zero data values
问题 I am working with a SSAS 2008 R2 cube and interrogating the data through Excel 2010. In the cube I have a calculation to conditionally format the data. The logic is if a measure contains a specific value for the fact being viewed, then the fact should be colored red, as follows: CALCULATE; SCOPE ( [Measures].[Data value] ); If([Fact Base].[Confidentiality Status].[Confidential]) Then Fore_Color(This) = 255 End If; END SCOPE; When I have a [Data value] of 0 (zero) the fore_color doesn't render