Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
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.