Hi,
I have lookup table A which contains different prices for items A and B.
Table A:

I have another table B which has the province, city, A and B. Columns A and B in this table are having the same names as the items name A and B in table A.
Table B:

I want to get the values by multiple the quality in Table B with the prices in Table A, and come out with the total, so for each record in table B will have 3 records at the end as there are 3 different sets of price for the items.
So the expected result will be:

Does anyone has any idea how to do this in Alteryx? Thank you in advance and really appreciate any insights.