We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi there
I have a 'Comments' column and I want to remove about 70 words to clean it up. I am loath to use replace, because it creates 70 steps and takes ages.
I have found Table.TransformColumnTypes combined with Text.Remove (see below syntax) but this only replaces single characters, not words.
= Table.TransformColumns(PreviousStep,{{"Text Comments", each Text.Remove(_,{})}})
Is there a function I can apply to my table, or some other fancy way, within M Query (I know about word clouds) that I can do this?
Jemma 🙂
Solved! Go to Solution.
@Anonymous will it be possible for you to share the input or output you are expecting from your data. Please share data in text format so that we can do the testing at our end and suggest a solution to you.
Proud to be a Super User!
@Anonymous can you share one or two examples
Proud to be a Super User!
@Anonymous
Try using add column from example and try to give few examples to train power query to remove respective words ! may be you need to give few examples 4 to 5. Let me know if you are able to do that!
Proud to be a Super User!
Sorry @VijayP no chance. The text is too detailed, example column gets instantly confused and tries to transform the whole sentence.
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 |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 38 | |
| 34 | |
| 22 |