Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not 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.

 

For each product I would need to get the product's percentage of the total sales within the product group each month. 

 

The Allexcept_Productmeasure shown below gives the result 330 in January for product group A and 10 for product group B. These figures are however the total amounts for all the periods in the data set. I would need the measure to show 180 (A) and 10 (B) in January. There is one-to-many relationship between a Calendar table and the Volume table

 

I have tried to add another "ALLEXCEPT" for the time dimension, but I can't get this to work. Apparently "ALLEXCEPT" cannot be used on mutiple dimensions, but what would be the best solution to get the results I need?

 

 

celenius_2-1628883225600.png

 

 

Best regards,

 

Chris

 

 

 

 

 

1 ACCEPTED SOLUTION

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] )
)

 

View solution in original post

4 REPLIES 4
AlexisOlson
Super User
Super User

Do you have a separate date dimension table? I'd guess not given this behavior but I would strongly recommend creating one.

Anonymous
Not applicable

@AlexisOlson Hi, yes, I have a separate date dimension table and a one-to-many relation between the tables.

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
Not applicable

@AlexisOlson Hi, Thanks a lot, that did the trick! 

celenius_0-1628908550099.png

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.