Below are the data set tables. I want to have a calculated column. both the tables are direct query tables in power BI
Table 1 :
Material
1234
1235
1236
1237
Table 2 :
Material
2234
2235
1234
1235
output expected
Table 1 :
Material Calculated Column
1234 1234
1235 1235
1236 No
1237 No
calculated column which will compare both the Material and return Material or "No" in table1 . i have tired related function but I did not get any luck.