Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all, i am currently trying to do a simple subtraction between two columns from 1 table and then followed by another subtraction from another table. They are all $ values but i keep getting this error.
Solved! Go to Solution.
@jkesavan , In case you are
creating a measure
Sum(Table1[Col1]) + Sum(Table1[Col2]) -Sum(Table2[Col1])
if you create creating a column in table 1
Table1[Col1] + Table1[Col2] - sumx(Filter(Table2, table2[Id] = Table1[Id]),Table2[Col1])
@jkesavan , In case you are
creating a measure
Sum(Table1[Col1]) + Sum(Table1[Col2]) -Sum(Table2[Col1])
if you create creating a column in table 1
Table1[Col1] + Table1[Col2] - sumx(Filter(Table2, table2[Id] = Table1[Id]),Table2[Col1])
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 52 | |
| 47 | |
| 41 | |
| 38 |