Forum Discussion

HelpNeeded21's avatar
HelpNeeded21
Frequent Visitor
6 years ago
Solved

Multiplying column with different values in another table

Hello Everyone, I need help, the case is the next:   I have a table with a lot of transactions (invoiced sales, quantities, part numbers) and I have another table with the white list price by count...
  • amitchandak's avatar
    6 years ago

    HelpNeeded21 

    You can have new columns like

    white list price = Minx(filter('white list price','white list price'[country] ='transactions '[country] ),'white list price'[price])
    or
    white list price = Minx(filter('white list price','white list price'[country] ='transactions '[country] && 'white list price'[item] ='transactions '[item]),'white list price'[price])