Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
azaterol
Helper V
Helper V

Fabric Trial: PermissionDeniedError 403 when testing Copilot with pandas AI functions

I started the Microsoft Fabric trial and also created a Fabric trial workspace. The workspace capacity region is set to Germany West Central.

I am following along with a YouTube tutorial and inserted 3 blocks of code:

1.)

# The pandas AI functions package requires OpenAI version 1.30 or later.
%pip install -q --force-reinstall openai==1.30 2>/dev/null

# AI functions are preinstalled on the Fabric PySpark runtime.

2.)

import pandas as pd
# Load data into pandas DataFrame from "/lakehouse/default/Files/MovieInfo.csv"
df = pd.read_csv("/lakehouse/default/Files/MovieInfo.csv").head(20)
display(df)

3.)

df["A"] = df["content"].ai.translate("german") 
display(df)

I get the following error:

PermissionDeniedError: Error code: 403 - {'Message': 'FTL64 SKU Not Supported', 'Source': 'OPENAI', 'error_code': 'PERMISSION_DENIED'}

What is the issue?
I want to test Copilot together with Fabric.

What else do I need to activate to get this running?
I already enabled all tenant settings for Copilot and Fabric.

I hope someone can help me.

2 ACCEPTED SOLUTIONS
AntoineW
Super User
Super User

Hello @azaterol,

 

  • The Fabric Trial SKU (FTL64) gives you temporary access to explore core Fabric workloads (Lakehouse, Warehouse, Data Engineering, etc.).

  • However, Copilot and AI functions require a paid Fabric capacity (F SKUs like F2, F4, F64, etc.).

  • On the free trial SKU, any call to AI features will return 403 Permission Denied.

What you need

  • Move your workspace to a paid Fabric capacity (for example F2 or higher).

  • AI-powered features (Copilot in Notebooks, pandas AI functions, AI skills) only light up on paid SKUs, not on the free trial.

You can test on the smallest SKU, F2, it’s relatively inexpensive.

 

See the prerequisites in the source : https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/overview?tabs=pandas-pyspark%2Cpa...

 

Hope it can help you ! 

Best regards,

Antoine

View solution in original post

v-menakakota
Community Support
Community Support

Hi @azaterol ,

Thanks for reaching out to the Microsoft fabric community forum. 

Please go through the below solved issue which may help you in resolving the issue:
Solved: Error when trying to use copilot - Microsoft Fabric Community

If I misunderstand your needs or you still have problems on it, please feel free to let us know.   

Best Regards, 
Community Support Team  

View solution in original post

5 REPLIES 5
v-menakakota
Community Support
Community Support

Hi @azaterol ,

Thanks for reaching out to the Microsoft fabric community forum. 

Please go through the below solved issue which may help you in resolving the issue:
Solved: Error when trying to use copilot - Microsoft Fabric Community

If I misunderstand your needs or you still have problems on it, please feel free to let us know.   

Best Regards, 
Community Support Team  

Hi @azaterol ,

I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you 
 
Thank you.

Hi @azaterol ,

I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you 
 
Thank you.

Hi @azaterol ,

I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you 
 
Thank you.

AntoineW
Super User
Super User

Hello @azaterol,

 

  • The Fabric Trial SKU (FTL64) gives you temporary access to explore core Fabric workloads (Lakehouse, Warehouse, Data Engineering, etc.).

  • However, Copilot and AI functions require a paid Fabric capacity (F SKUs like F2, F4, F64, etc.).

  • On the free trial SKU, any call to AI features will return 403 Permission Denied.

What you need

  • Move your workspace to a paid Fabric capacity (for example F2 or higher).

  • AI-powered features (Copilot in Notebooks, pandas AI functions, AI skills) only light up on paid SKUs, not on the free trial.

You can test on the smallest SKU, F2, it’s relatively inexpensive.

 

See the prerequisites in the source : https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/overview?tabs=pandas-pyspark%2Cpa...

 

Hope it can help you ! 

Best regards,

Antoine

Helpful resources

Announcements
April Fabric Update Carousel

Fabric Monthly Update - April 2026

Check out the April 2026 Fabric update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.