Forum Discussion
Compare two cells using DAX or Power Query
- 3 years ago
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
- 3 years ago
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
- grantsamborn3 years agoSolution Sage
Hi PSB
I updated the link yesterday to reflect the changes to CONCATENATEX's delimiter.
I hope it works for you.