Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowGet certified as a Fabric Data Engineer: Check your eligibility for a 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700. Get started
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.