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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.
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.