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.
SSAS Cube do not sum measure without specific dimension
Eduardo Verga
21
Reputation points
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:
When I drag the dimension "Cenário", Forecast true value appears:
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
Accepted answer
1 additional answer
Sort by: Most helpful
-
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!