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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Summing across a certain ALL not working

Hi all,

 

I am writing DAX code to determine the percent of total business a given data intersection represents, and showing it in a stacked bar chart.

 

Specifically, in debugging my analysis, I am finding that even when I ask DAX to sum across all brands, I am getting different values for each brand (resulting in my total %s being off and adding to 100). How can I ensure that the denominator is truly summing across all brands and chains (customers) in the given time period, and the numerator is summing across just the selected chain for the time period of that particular bar, for just the brand represented by that segment of the bar?

 

Current Code is:

 

Total Sales in Period = CALCULATE(SUM(f_RAD[9L Cases]), ALL(d_Brand[BrandName]), ALL(f_RAD[Chain Parent]))
 
Percent of Total Business (by Volume) v2 =
DIVIDE(
SUMX('f_RAD',[9L Cases]), [Total Sales in Period]
)

 

Thank you in advance for any help you can provide!

 

Best,

 

Hannah

1 REPLY 1
Anonymous
Not applicable

Hi there.

 

Would you mind posting a snapshot of your data model and the report you've generated so far? Also, it would be quite helpful if you posted a sketch (or something similar) of how it should work.

 

Thanks.

 

Best

Darek

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors