Forum Discussion
ChainSpart
5 years agoFrequent Visitor
Help filter and results
Hello there, I'll start by saying that I'm totally new with PowerBI, so I apologize if the answer has already been posted, I couldn't find it. So here it is : My data source is a database...
- 5 years ago
ChainSpart , You have do this for each measure, you need
calculate(sum(MyviewB[Value]), filter(MyviewB, MyviewB[colNAME2] in values(MyviewA[colNAME1])))
amitchandak
Super User
5 years agoChainSpart , You have do this for each measure, you need
calculate(sum(MyviewB[Value]), filter(MyviewB, MyviewB[colNAME2] in values(MyviewA[colNAME1])))