Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I used the new beta feature Colum From Examples to create a column. It ended up giving me M code with the function Text.BetweenDelimiter. This was my first time to see this function and noticed there was also a Text.AfterDelimiter function that I changed it to as that fit my purposes. I refreshed the entire dataset within Power BI Desktop without any issues and then published to the Power BI Service.
When I looked at the refresh in Power BI Service later, the refresh had failed with the following error:
The import Text.AfterDelimiter matches no exports. Did you miss a module reference?. The exception was raised by the IDataReader interface.
I went back into Power BI Desktop and swapped out Text.AfterDelimiter with List.Last(Text.Split()) and published again. This time the referesh worked without any issue.
I have Text.BetweenDelimiters in use in other parts of the query, so wondering if there is a bug around Text.AfterDelimiter and the Power BI Service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.