Hello @Heidi Zhang ,
welcome to this moderated Azure community forum.
I tried to replicate your example:
cluster('https://kvcb9e932a678234837be0.northeurope.kusto.windows.net').database('freeclustervandeveldeonline').MyFunction1()
| take 5
I was based on an existing stored function:
Notice I added round brackets '()' at the end, after the function name.
This gives a correct result:
Can you add the round brackets and check your query again?
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.