Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello,I would like to make the difference between two columns of a table. The two columns refer to two fields in two different tables. Making a simple difference between the two fields of the two tables does not work. Thank you
@Gianluigi , you can do it like
Sum(Table1[Value]) - Sum(Table2[Value])
and view it across common dimensions
Power BI- DAX: When I asked you to create common tables: https://youtu.be/a2CrqCA9geM
https://medium.com/@amitchandak/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-soluti...
hello, do you intend to create a new column = Sum(Table1[Value]) - Sum(Table2[Value]) ?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.