Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Solved! Go to Solution.
@Anonymous ,
You can use something like:
Measure:
SUMX(SUMMARIZE(TABLE, [CASE NUMBER], [WEIGHT]), [WEIGHT])
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 39 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 98 | |
| 84 | |
| 35 | |
| 30 | |
| 25 |