Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I want to check if all values in Souce column exist in Target Column.
If I can get True or False, it's good.
If I can get Exact value that's missing, it's better.
| Cell_Id | Source | Target | Check Source in Target? | Check Source in Target? |
| KNJ01002A11 | 389090,507870,520110,126490 | 389090,126490,505950,520110 | FALSE | Missing 507870 |
| KNJ01002A21 | 389090,507870,126490,520110 | 389090,126490,505950,520110 | FALSE | Missing 507870 |
| KNJ01002A31 | 389090,507870,126490,520110 | 389090,126490,505950,520110 | FALSE | Missing 507870 |
| ANJ01002A11 | 389090,507870,505950,520110,126490 | 389090,126490,505950,520110 | FALSE | Missing 507870 |
| ANJ01002A21 | 389090,507870,505950,520110,126490 | 389090,126490,505950,520110 | FALSE | Missing 507870 |
| ANJ01002A31 | 389090,507870,505950,520110,126490 | 389090,126490,505950,520110 | FALSE | Missing 507870 |
| ANJ01002A12 | 505950,520110 | 389090,126490,505950,520110 | TRUE | All Exist |
| ANJ01002A22 | 505950,520110 | 389090,126490,505950,520110 | TRUE | All Exist |
| ANJ01002A32 | 505950,520110 | 389090,126490,505950,520110 | TRUE | All Exist |
Solved! Go to Solution.
your solution worked perfectly. Can't thank you enough for your help.
Only thing I need is "," between the result like shown below.
Actual Result: Missing 126490389090
Result I need: Missing 126490,389090
Hi @PSB
I updated the link yesterday to reflect the changes to CONCATENATEX's delimiter.
I hope it works for you.
Hi @PSB
I made a couple of transformations in Power Query:
- separate Source from Target
- unpivot both tables
- create DimCell
After that, there is a single measure to concatenate any values that weren't found.
Let me know if this works.
(edited to change link - I forgot the delimiter in CONCATENATEX.)
https://1drv.ms/u/s!AnF6rI36HAVkhPIcSilVrS2tpNBEQg?e=ApDvy6
your solution worked perfectly. Can't thank you enough for your help.
Only thing I need is "," between the result like shown below.
Actual Result: Missing 126490389090
Result I need: Missing 126490,389090
Hi @PSB
I updated the link yesterday to reflect the changes to CONCATENATEX's delimiter.
I hope it works for you.
I want to flag as true even if source is "123-234" and Target is "012-123-234-013"
Hello @PSB ,
You could add a calculated column with the following measure
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 37 | |
| 31 | |
| 30 |