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

The ultimate Microsoft Fabric, Power BI, Azure AI & SQL learning event! Join us in Las Vegas from March 26-28, 2024. Use code MSCUST for a $100 discount. Register Now

Reply
rohit_powerbi
New Member

Distinct Sum By

 

 

Sum_By.PNG

 


1. The above is a denormalized table.

2. The grain of the table is Case Number and Line Number

3. I would like to do a SUM of weight BY distinct values of (Case Number and Line Number) to avoid double counting.

 

Can someone help me with a DAX formula which can give me the right SUM which is 263 (without double counting 15)

 

Thanks

Rohit

 

1 ACCEPTED SOLUTION
camargos88
Community Champion
Community Champion

@rohit_powerbi ,

 

You can use something like:

Measure:

SUMX(SUMMARIZE(TABLE, [CASE NUMBER], [WEIGHT]), [WEIGHT])



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



View solution in original post

1 REPLY 1
camargos88
Community Champion
Community Champion

@rohit_powerbi ,

 

You can use something like:

Measure:

SUMX(SUMMARIZE(TABLE, [CASE NUMBER], [WEIGHT]), [WEIGHT])



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Helpful resources

Announcements
Fabric Community Conference

Microsoft Fabric Community Conference

Join us at our first-ever Microsoft Fabric Community Conference, March 26-28, 2024 in Las Vegas with 100+ sessions by community experts and Microsoft engineering.