Forum Discussion
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 doesn't work either though the relationship between the table exist
Thanks.
2 Replies
- Ritaf1983Super User
Hi Dn_wemn
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523 - Ashish_MathurSuper User
Hi,
Does this measure work?
Measure = if(max(productgroup[productgroup])="Be",blank(),sum(Account[Volume]))