Forum Discussion
The8
3 years agoHelper II
Creat new column with data from two different tables
Hello,
I have data from two different tables.
Table 1 has columns Date and Quanity 1
Table 2 has columns Date and Quantity 2 as shown below
Table 2
Table 1
I made one on one relation between two tables Table 1 and Table 2 as date is common in two tables. Now I want to make new table (Table 3) with date as one column and Quantity 3 as other column. This Quantity 3 is division of Quantity 1 (from Table 1) and Quantity 2 (From Table 2).
Quantity 3= Quantity 1/Quantity 2
Can I have any leads?
Thanks in advance.
1 Reply
- AnonymousNot applicable
Solved: Create a new table using columns from other tables - Microsoft Power BI Community
This solution should be what u need. This question is asked often and i'd suggest googling before posting.