Forum Discussion
Dn_wemn
2 years agoHelper II
Measure with condition from another table
Hi, I want to create a measure in which the condition field comes from another table. The tables are Account and Productgroup This one doesn't work: Creating a column with RELATED ...
Ashish_Mathur
2 years agoSuper User
Hi,
Does this measure work?
Measure = if(max(productgroup[productgroup])="Be",blank(),sum(Account[Volume]))