This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid 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
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.
Solved! Go to Solution.
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
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 ,
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.
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
Check out the April 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 6 | |
| 6 | |
| 5 |