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
Hello,
I have these 3 tables:
I want to create a calculate field with the sum all Net Sales by Client on table CRM Client. How can I do it? Any ideas?
Thanks,
Solved! Go to Solution.
Hi,
The proper answer is this one: Measure = SUMX('CRM Client';'PCS Sales'[NET Value CHF Measure])
Hi @diogovaz,
Could you please mark the proper answer as solution or share the solution if it's convenient for you? That will be a big help to the others.
Best Regards!
Dale
Hi,
The proper answer is this one: Measure = SUMX('CRM Client';'PCS Sales'[NET Value CHF Measure])
Hi @diogovaz,
CALCULATE() may be needed.
Best Regards!
Dale
Hi,
Drag CRM Client ID from the CRM_client table (Table 3) and then write the following calculated field formula in the Sales table
=SUM(Sales[Net Sales CHF])
Hi @diogovaz,
You can create measure like test = SUMX(CRM Client, Sales[Net Sales CHF]>0). Or use calculate.
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 |
|---|---|
| 66 | |
| 60 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 41 | |
| 30 | |
| 27 |