The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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. 😄