Forum Discussion
Thulasiram
Helper II
2 years agoBlank 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...
- 2 years ago
Thulasiram Not sure I fully understand but try using MAXX(FILTER( ) ) instead of LOOKUPVALUE
- 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])
mickey64
Super User
2 years agoStep 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])
Thulasiram
Helper II
2 years agoThank you