I need to replace null with 0 in my SSAS cube
. what is the proper way to achieve that?
This is my current query:
SELECT {([Measures].[Employee Age Count])}
ON COLUMNS, { ([Dim Gender].[Gender Name].[Gender Name].ALLMEMBERS *
[Dim Age Ranges].[Age Range ID].[Age Range ID].ALLMEMBERS ) } ON ROWS
FROM ( SELECT ( { [Dim Location].[Location].[Location Grp Name].&[BOSTON] }) ON COLUMNS
FROM [People Dashboard])
WHERE ( [Dim Location].[Location].[Location Grp Name].&[BOSTON] )
Result from current query: