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
I'm trying to get the total sum of quantity based on participating items (table 2) using data from table 1
please see tables below
TABLE 1
Item No Qty
1 5
2 10
3 2
4 6
TABLE 2 (participating item list)
Item No
2
4
Solved! Go to Solution.
 
					
				
		
on table two, I would use the merge-inner join function, using item no as the key columns.
--Nate
 
					
				
		
on table two, I would use the merge-inner join function, using item no as the key columns.
--Nate
 
					
				
				
			
		
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.
