Forum Discussion
Anonymous
5 years agoNot applicable
Allexcept on multiple dimensions
Hi, Got this problem I can not figure out, so hopefully someone can assist me with this. Below is a screenshot from a matrix visualisation on a simplified data model that shows my problem. Fo...
- 5 years ago
OK. In that case, the guide here indicates that you can include it within ALLEXCEPT since it's part of the expanded table.
Allexcep_Productgroup = CALCULATE ( [Sales], ALLEXCEPT ( volume, dim_date, volume[productgroup] ) )
AlexisOlson
5 years agoSuper User
OK. In that case, the guide here indicates that you can include it within ALLEXCEPT since it's part of the expanded table.
Allexcep_Productgroup =
CALCULATE (
[Sales],
ALLEXCEPT ( volume, dim_date, volume[productgroup] )
)
Anonymous
5 years agoNot applicable