The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone, I have the issue below. When I run another notebook with the same parameters, it works fine but this one no.
Solved! Go to Solution.
I found the solution. you will need to add this code:
%%pyspark
!echo "spark.trident.pbiApiVersion=v1">>/home/trusted-service-user/.trident-context
It looks like it is a known issue and they are trying to solve it hopefully soon.
Thanks for letting us know!
I found the solution. you will need to add this code:
%%pyspark
!echo "spark.trident.pbiApiVersion=v1">>/home/trusted-service-user/.trident-context
It looks like it is a known issue and they are trying to solve it hopefully soon.
Hi @ivannye
The error says a 403 which looks like a permissions error. Could you also make sure that all the column names do not have any spaces or reserved characters?