Forum Discussion
Dn_wemn
Helper II
2 years agoMeasure 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
Super User
2 years agoHi,
Does this measure work?
Measure = if(max(productgroup[productgroup])="Be",blank(),sum(Account[Volume]))