Forum Discussion
Thulasiram
2 years agoHelper II
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...
- 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
2 years agoSuper User
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])
- Thulasiram2 years agoHelper II
Thank you