The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
While playing around with Fabric, I am wondering if an MS Access DB application can perform DML and DQL queries on:
1) Fabric Warehouse Table
2) Fabric Lakehouse Table
The end goal is for the user to have an interactive UI to be able to "manipulate" data, not just view it.
Thanks!
HI @aputhuraya,
I'd like to suggest you take a look at the following document which show the compare table between products and supported features.
What is data warehousing in Microsoft Fabric? - Microsoft Fabric | Microsoft Learn
Regards,
Xiaoxin Sheng
Not with a Lakehouse as the SQLEndpoint is read only.
You could try with an "azure sql" tutorial and modify for use with a Warehouse endpoint, I'm not sure how authentication will work as Fabric Warehouse only support azure Active Directory (entra) and service principals. Also Warehouse may not support system tables that Access requires.