Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey there,
I have this column :
I need to make a custom column that merges this column so the output is: this 22nd day of march 2001 douling ground fofrt ord 1990 101
This example is for the first row.
Can someone help me?
Solved! Go to Solution.
Hi @Anonymous
Based on your sample, you can add a custom column
Text.Replace( Text.Combine( List.RemoveItems( Text.SplitAny([Column1],"'"), {",","[(",")]","),(","0","1"})," "),","," ")
Hi @Anonymous
Based on your sample, you can add a custom column
Text.Replace( Text.Combine( List.RemoveItems( Text.SplitAny([Column1],"'"), {",","[(",")]","),(","0","1"})," "),","," ")
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 33 | |
| 33 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 45 | |
| 30 | |
| 26 |