cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
IamTDR
Resolver III
Resolver III

Sum Column w/ Distinct Filters Help

Hello

 

I needed a bit of help suming a column by distinct filters.

 

Please see below image.

 

I would like to write a measure that totals number of students by territory and by program.  The number of students would change depending on Territory and by Program selected via my slicers.

 

So what I would like my Students column total to be is 7,780 (5,139 + 1,061 + 1,580).

 

Not having much luck using a calculated function.

 

Any ideas?

 

Thanks

 

Capture.PNG

1 ACCEPTED SOLUTION

I just tried this out and I am currently testing as it seems to work.

 

Measure = MAXX(DISTINCT(Table1[Country]),MAX(Table1[Weight]))
SumWeight = SUMX(DISTINCT(Table1[Country]),[Measure])

View solution in original post

3 REPLIES 3
rocky09
Solution Sage
Solution Sage

@IamTDR

can you please post some sample data (you can directly copy data from excel and paste here)

Not totally sure how to do this.  As this is from Power BI Desktop

I just tried this out and I am currently testing as it seems to work.

 

Measure = MAXX(DISTINCT(Table1[Country]),MAX(Table1[Weight]))
SumWeight = SUMX(DISTINCT(Table1[Country]),[Measure])

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors