Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello all,
I have a dashboard that was working fine on Desktop and on the Server until I connected an Access database to it. Now, it still refreshes just fine on desktop, but I get this error now during the scheduled refresh on the server:
Unspecified error. The exception was raised by the IDbCommand interface.
Here is what the connection looks like in Advanced Editor on Desktop (I just pasted the Source lines and ommitted the rest):
let
Source = Access.Database(File.Contents("\\X\Y\Z\YoY.accdb"), [CreateNavigationProperties=true]),
_tblYoY = Source{[Schema="",Item="tblYoY"]}[Data],
And I here is the Connection message on the server showing the credentials are working:
Does anyone understand what's going on here?