Forum Discussion

Thulasiram's avatar
Thulasiram
Helper II
2 years ago
Solved

Blank values

Dear all, I have a fact table with columns of products , customers and sales another table containing discount rates for each product. Mostly one customer has only one product but in some cases mor...
  • Greg_Deckler's avatar
    2 years ago

    Thulasiram Not sure I fully understand but try using MAXX(FILTER( ) ) instead of LOOKUPVALUE

  • mickey64's avatar
    2 years ago

    Step 1: I add a relationship between a fact table and another table. (Key column: 'product')

     

    Step 2: I add a column to a fact table.

    discount rates = RELATED(another table[discount rates])