SSAS Cube do not sum measure without specific dimension

Eduardo Verga 21 Reputation points
2021-07-16T12:42:49.213+00:00

Hi everyone,

I believe this is a simple question, but I can't find out the reason why this is happening. We have a cube here where it just SUM a measure if I drag a specific dimension when I use it.

If I don't drag the dimension "Cenário", Forecast value is always 0:

115429-image.png

When I drag the dimension "Cenário", Forecast true value appears:

115440-image.png

Can anybody help me, please?

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alexei Stoyanovsky 3,416 Reputation points
    2021-07-16T20:17:43.057+00:00

    The only attribute in the dimension is set to not aggregatable, and its default member is DRE Oficial, the value of the Forecast measure for which is 0.


1 additional answer

Sort by: Most helpful
  1. Eduardo Verga 21 Reputation points
    2021-07-16T23:29:45.63+00:00

    I found where are this parameters (they are in the Attribute Property, inside the Dimension). I set "IsAggregable" = True and "DefaultMember" = Nothing and now works perfectly. Thank you very much!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.