Forum Discussion
Grouping on a data from Analysis services
- 7 years ago
Hi Anonymous,
Can you try using the following measure
TotalAmount = CALCULATE(SUM(CreditOutputSummary[Amount]),ALLEXCEPT(CreditOutputSummary,CreditOutputSummary[SourcingFileName]))
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
- 7 years ago
hi, Anonymous
If you connect to Analysis Services by live connection, it can only create the report level measure. it can't create any
columns or tables.
and when drag fields into visual and set the aggregate type of field amount to Sum, the visual will automatically
group aggregated data.
Best Regards,
Lin
Just try sum(amount) ,
why you are trying the Allexcept ?
Do you want to create measure or column ?
If measure just use sum(amount)
- v-lili6-msft7 years agoCommunity Support
hi, Anonymous
If you connect to Analysis Services by live connection, it can only create the report level measure. it can't create any
columns or tables.
and when drag fields into visual and set the aggregate type of field amount to Sum, the visual will automatically
group aggregated data.
Best Regards,
Lin