Forum Discussion
user data function in fabric
- 1 year ago
Hi DiKi-I ,
If you still face the issue then please consider raising a support ticket for further assistance.
To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide: How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Thank You.
I'm getting workload exception.
{
"functionName": "AISuggestion",
"invocationId": "00000000-0000-0000-0000-000000000000",
"status": "Failed",
"errors": [
{
"errorCode": "WorkloadException",
"subErrorCode": "NotFound",
"message": "User data function: 'AISuggestion' invocation failed."
}
]
}
- burakkaragoz1 year agoSuper User
Looks like the error is saying the function AISuggestion couldn't be found or isn't available in the current context. This might happen if:
- The function isn't deployed or registered properly in your environment.
- You're calling it from a workspace or context where it's not accessible.
- There's a typo or mismatch in the function name.
I'd suggest double-checking the function name and making sure it's available in the environment you're running this from. Also, if this is a custom function, make sure it's published and accessible to the workspace you're using.