Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
add whitespaces in non-spaced text present in a column
max length of string is 25 characters
input | output | ||
Himynameisxyz | Hi my name is xyz | ||
nicetomeetyou | nice to meet you | ||
systemerrorneedreboot | system error need reboot | ||
Incaseofmultiplewordsdetection | in case of multiple words detection |
in case of multiple words detection
sentence_splitter("susanalbumparty") #> [[1]] #> [1] "us an album party" #> #> [[2]] #> [1] "us **bleep** bump arty"
add second option to another column
Solved! Go to Solution.
This is not a simple task. The easiest solution in Power Query is probably to adapt a python script that someone else has already written. Consider starting from the solutions here:
This is not a simple task. The easiest solution in Power Query is probably to adapt a python script that someone else has already written. Consider starting from the solutions here: