Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Dear altruists,
I have a column with many values which can be increased, such as;
Column 1
Apple
Pear
Kaki
Avocado
etc...
These values I want to find in another column, for multiple values add a sign , such as "/". Ther power query I am looking for is Result column
Column 2--------Column Result
Apple is red--------Apple
Orange, Apple is orange--------Orange/Apple
Avocado, kaki goes bad--------Avocado/kaki
Kaki is yellow--------Kaki
Can any one help pls?
regards
Solved! Go to Solution.
I have taken your sample set and produced the below output
I created TBL1 which has Columns 1 and TBL2 which has the Column 2 containing text within which Column 1 is to searched.
The Custom column was created using the below Transformation step
If the solution matches your requirement, please let me know I will upload the PBIX file
Hi Manjo, it worked , thanks a lot. Have a good day.
I have taken your sample set and produced the below output
I created TBL1 which has Columns 1 and TBL2 which has the Column 2 containing text within which Column 1 is to searched.
The Custom column was created using the below Transformation step
If the solution matches your requirement, please let me know I will upload the PBIX file
Hi Manoj,
Sorry, its not working, i add here the formula. Can u pls have a look?
= Table.AddColumn(#"Changed Type", "Custom", each List.Accumulate(Table.ToList(#"Tbl1","",(state,current)=>if Text.Contains([Column 2], current)
then current&"/"&state
else state
)))
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
24 | |
13 | |
12 | |
11 | |
8 |
User | Count |
---|---|
42 | |
25 | |
14 | |
14 | |
12 |