This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 27 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 49 | |
| 32 | |
| 27 | |
| 22 |