Forum Discussion
mwinkels
10 years agoFrequent Visitor
creating a calculated column between two tables
I'm trying to create a calculated column that counts the number of actions taken by a person. In my case I have two tables. Table 1 has a list of unique email addresses. Table 2 has a list of actions...
- 10 years ago
MyCount = CALCULATE(COUNTROWS(RelatedTable),RELATEDTABLE(RelatedTable))
Or
MyCount1 = COUNTX(RELATEDTABLE(RelatedTable),RelatedTable[SomeColumn])
Komal_chouhan
10 years agoRegular Visitor
Hi, I am trying to create a calculated column by using two columns from two different tables in PowerBI desktop. But not able to select second column from other table. Can anybody help me into this?