Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn 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"})," "),","," ")
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |