Look up values from similar results of different dimensions
I have 2 different tables with different dimension but the values in these dimensions are almost same. Is there a way I I would like to lookup values from Dimension 1 to Dimension 2 in a different table.
Eg. Table 1 has gender and their respective population.
Table 2 has Gender(Different Data Field Name) and their consumption. I want to include the population as well in table 2.
P.S. I cannot have same data field name as gender in population might contain irrational values.