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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
How can I calculate between 2 different tables if 1 is a measure and the other is a column?
Table1 Measure
Table 2 Column
Product | Quantity |
A | 400 |
B | 200 |
I want to substract the Ng count from table1 with quantity produced in table2.
Solved! Go to Solution.
Hi amitchandak
I just managed to solve it. 😄
@TcT85 , You can subtract two measures from two tables and create a new measure. and view that at grand total level or against a common dimension
Hi amitchandak
I just managed to solve it. 😄