Forum Discussion
Check object in many table whether it is in masterdata table
- 3 years ago
Hi Anonymous
You can add the following column in 'Find new addition' table.
Column 2 = IF('Find new addition'[ProjectName] IN VALUES(ProjectList[ProjectName]),TRUE(),FALSE())Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!
Anonymous ,
A new column in the projects
new =
var _cnt = countx('Find new Addition','Find new Addition'[Project] = project[project]) ,'Find new Addition')
return
if(isblank(_cnt), "New", "Old")
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
- Anonymous3 years agoNot applicable
I added a new column in the project table.
The formula gave an error. The last expression of countX is not recognized.
here is the Link to the file