Forum Discussion

Xriz's avatar
Xriz
Icon for Advocate I rankAdvocate I
6 years ago
Solved

SSAS - Dimension does not aggregate in Power BI Desktop

Hello Community,   i've got a problem with dimensional aggregation using a tabular model in SSAS. I have a star-schema, where fact is linked to serveral dimensions. The lowest level of time is Mont...
  • Xriz's avatar
    Xriz
    6 years ago

    Hello v-juanli-msft ,

     

    the measure is defined by DAX (sum) in SSAS but its not the problem here. In the meantime I got a solution. The problem was the set sorting of Month and Year. It was sorted by day_ID, which meant that although the day is not on the report, each item is still calculated separately by day. I have now arranged the sort on the basis of fields of the same level, which solved the problem.

     

    Nevertheless thanks for your will to help