Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm following this training module:
When I'm trying to run this code, I'm getting an error:
SELECT TOP 100 *
FROM OPENROWSET
(BULK 'abs://citydatacontainer@azureopendatastorage.blob.core.windows.net/Safety/Release/city=Seattle/*.parquet'
, FORMAT = 'PARQUET')
AS [Seattle_Dataset]
I copy pasted the code directly from the tutorial:
Am I doing something wrong?
I'm quite new to SQL databases
Thanks!
Hi @fabric_user
Thanks for the solution JulianePadrao and mohitkumawat offered, the bulk can be used in Azure SQL instead of SQL Server.
You can refer to the following link about it.
Use BULK INSERT or OPENROWSET(BULK...) to import data to SQL Server - SQL Server | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @fabric_user ,
as I checked in the Microsoft Doc right now "OPENROWSET" Features is not supported in SQL Fabric Database.
https://learn.microsoft.com/en-us/fabric/database/sql/feature-comparison-sql-database-fabric
Thank you for your feedback. It appears that this feature has been moved to the future roadmap. We appreciate you bringing this to our attention. The material has been updated accordingly and should be live soon.
We apologize for the inconvenience you experienced. The exercise has now been updated.
Also the same error when trying to run this code:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.