Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

DAX Measure

I am trying to create a measure where when I place it in a Pivot Table the values are displayed properly and not the sum of the values. I have two tables, see below, and I want to multiply the Qty c...
  • Anonymous's avatar
    Anonymous
    7 years ago
    Have you tried using LOOKUP from Table 1 to Table 2 to bring in the price and then multiply that by the quantity? i.e. LOOKUPVALUE(Table2[Price], Table2[Description], [Description])