Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi,
i have columnA in table1 and columnB in table2.
I want to do : columnA - columnB
Relationship is many to many and key is CDC.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
You need to create a new measure:
Diff(A-B) = SUM ( Table1[ColumnA] ) - SUM ( Table2[ColumnB] )
Best Regards,
Eads
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You need to create a new measure:
Diff(A-B) = SUM ( Table1[ColumnA] ) - SUM ( Table2[ColumnB] )
Best Regards,
Eads
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
"Ore di presenza" is columnA on table1 while "Ore TOT produzione" in columnB on table2.
First row reslut must be:
columnC = 15.835,50 - 48587,75
Thanks
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
42 | |
30 | |
27 | |
27 |