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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello
I would like to manage the sum of the measure (being the result of the line) depending on the customer
| CUSTOMER | LINE | MEASURE |
| A | 1 | 10 |
| A | 2 | 20 |
| B | 1 | 15 |
| B | 2 | 30 |
thanks for your help
Improve your question, if you want faster solution. Start here
Use Calculated DAX function CustomersA= Calculate(SUM(Measure)), Customers="A")
I have hundreds of customers, the filter shall be variable
hi @FreemanZ
thanks for following up
my table looks in real as follows
the measure is
I need to have a measure which is the subtotal per customer.
does that make sense?
I specify more... I want to generate a new measure to have a table as follows
| CUSTOMER | SUM OF MEASURE |
| A | 30 |
| B | 45 |
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |