I have two separated data sets DS1 and DS2 as below. DS1 has one column with data value in it which I need to multiply with all the data columns in DS2 and create new columns accordingly to DS2 (Multiplied columns)
DS1:

DS2:

Since the number of rows are same in both DSs, we need to directly multply Row 1 of DS1 with Row 1 of DS2, etc
Example: Factor * Q1 2021, Factor * Q2 2021, etc
Appreciate your help here as I have experience of 2 days in Alteryx.
Let me know if the requirement is not clear