Forum Discussion
ale259
2 years agoHelper I
Expression.Error: The name 'SplitTextFunction' wasn't recognized. Make sure it's spelled correctly
Hello, I was trying to divide the text into 30,000 characters according to this video https://www.youtube.com/watch?v=rYYJEx6kY5s to make the images to display in PowerBI, due to some images hav...
- 2 years ago
ale259 There is no native Power Query function called SplitTextFunction. Are you sure you didn't miss a step and need to create that function as a custom function?
Greg_Deckler
2 years agoCommunity Champion
ale259 There is no native Power Query function called SplitTextFunction. Are you sure you didn't miss a step and need to create that function as a custom function?
- ale2592 years agoHelper I
Thank you for the answers! I did miss a step of creating that function. Following this steps, I successfully convert 1 file. However, when I try to ask Power BI to convert all file, with the function
= List.Transform(#"Input List", each #"Convert 1 File"(_))
It shows me a list with all the errors.
when I clicked on the error it shows this:
I wonder what went wrong this time. Can you guess why so? Thank you!