Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 having lots of characters. However, I kept getting the error of Expression.Error:The name 'SplitTextFunction' wasn't recognized. Make sure it's spelled correctly
This is my codes. I wonder what went wrong. Please help! Thank you!
= (InputRow as list) =>
let
BinaryIn = InputRow{1},
FileName = InputRow{0},
BinaryText = Binary.ToText(BinaryIn,BinaryEncoding.Base64),
SplitUpText = SplitTextFunction(InputRow{1}),
AddFileName = List.Transform(SplitUptext, each {FileName,_})
in
AddFileName
Solved! Go to Solution.
@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?
@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?
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
164 | |
112 | |
62 | |
54 | |
38 |