Forum Discussion
Kallagan
8 years agoFrequent Visitor
match 2 columns from 2 different tables
Hello I'm new to Power BI and to the BI world in general. I have to match 2 columns from 2 diffrent tables. One table contains the name of people in an organization and the other table contain t...
- 8 years ago
Hey,
can you please upload your pbix to onedrive or dropbox and then post the link.
Here is a scrrenshot from my testdata
I'm using this DAX statement to create the Calculated Column: HasAttended
HasAttended = IF( ISBLANK( LOOKUPVALUE(trainings[Name],trainings[Name],'employees'[Name]) ) ,"No" ,"Yes" )Regards
Tom
TomMartens
Super User
8 years agoHey,
can you please upload your pbix to onedrive or dropbox and then post the link.
Here is a scrrenshot from my testdata
I'm using this DAX statement to create the Calculated Column: HasAttended
HasAttended =
IF(
ISBLANK(
LOOKUPVALUE(trainings[Name],trainings[Name],'employees'[Name])
)
,"No"
,"Yes"
)
Regards
Tom
Kallagan
8 years agoFrequent Visitor
Sorry for my late answer.
Thank you very much for your help.
Again sorry for my late answer.
Regards