Forum Discussion
Help with selectcolums / relatedtable / filter
- 1 year ago
Hi, below are the measures I created for Master,
aaa = LOOKUPVALUE(customer_table[Text],customer_table[UCR], SELECTEDVALUE(master_table[UCR]),customer_table[Name], "aaa")bbb = LOOKUPVALUE(customer_table[Text],customer_table[UCR], SUM(master_table[UCR]),customer_table[Name], "bbb")ccc = LOOKUPVALUE(customer_table[Text],customer_table[UCR], SELECTEDVALUE(master_table[UCR]),customer_table[Name], "ccc")Remember to select this to also display empty rows.
Hi, below are the measures I created for Master,
Remember to select this to also display empty rows.
Hi, just trying to do the same but rather than a measure have the output as a new column ??? no error is displayed if I create a new column using your reply however also no information displayed in the column ?? hate to ask again but if you are able to assist?
I have managed to use Lookupvalue but by adding a column to Customer Table from Master Table .. guess due to Customer Table having UCR repeated and UCR is uniquie in Master Table. However Ideally I would need to add columns into the Master Table ??? In this direction Lookupvalue did not require selectedvalue . so going to keep trying.
Found it 🙂 SUMX(Filter ........