Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mnijskens
Frequent Visitor

Power BI "Sometimes difficult to work with" tool because refresh data fails over and over again

Hi 

My first experience with Power BI  was positive. fiddling around with data from my 150Mb access database,

but the last day's it is becoming pretty useless. In the desktop version I can't refresh (DataFormat.Error the database has been placed in a state by user "Admin...." which is a silly error because there is no user Admin, and the db is never opened ! Sometime after 5 or 6 times it works but after that it fails again and again.

 

So I switched to the online PowerBI, but that also fails refreshing the data with the gateway. Als sorts of error and no solution !

Searched the internet for days but found no solution.. (and I tried a lot of suggestions). It doesn;t make a difference if I put the data 

 

What a shame Microsoft.!

 

 

 

 

 

 

6 REPLIES 6
v-yuezhe-msft
Employee
Employee

@mnijskens

Based on your reply in this similar thread, you are trying to use Binary.Buffer() to solve the above issue and get error message.

Please perform the following steps, then check if you can refresh Access database in Desktop and Power BI Service.

1. Add a new blank query in Power BI Desktop and paste the following code to the Advanced Editor of the blank query.

let
    Source = Binary.Buffer(File.Contents("\\Folder\TiReDat.accdb"))
in
    Source

1.JPG

2. Rename the blank query to BinaryQuery.

3. Add another new blank query in Power BI Desktop and paste the following code to Advanced Editor of this blank query. There is an example for  your reference.

let
    Source = Access.Database(BinaryQuery, [CreateNavigationProperties=true]),
    _tblNessieHours = Source{[Schema="",Item="tblNessieHours"]}[Data],
    #"Renamed Columns" = Table.RenameColumns(_tblNessieHours,{{"dblHours", "Hours"}})
in
    #"Renamed Columns"

2.JPG


Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for the info. The code was ok but did not solve the issueSmiley Sad

@mnijskens,

Could you please share the Access database so that I can test?

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Lydia, 

Thanks for the efffort but I think I’m probably not allowed to share this database as it contains information which is not allowed to share.

 

After having strugllng a long time with 32 and 64 bit Office 2013 and Office365 installations on my laptop. I finnaly had Office365(32 bit)  in good working order.

Installed PowerBI(32 bits)  and tried to get it working with the database on my laptop. That worked time after time.

Next effort was to get the data from my server again. Refreshing the data had de following results 

 2017-11-22_134935.jpg

 So I tried the I looked at the BinaryQuery again. Got a better idea of what it was supposed to do. So adjusted all my queries with better results. It worked !!

So it is a good work arround. 

But I still think the errors I got previously are wrong. My guts say it the "slowness" of our network. Because db local works fine and on a server it works sometimes after multiple tries.

Is there a way to measure the times PowerBI needs to get the data ?

 

But thanks again   Smiley Happy

Marcel 

 

 

@mnijskens,

Please take a look at the following similar thread.

https://community.powerbi.com/t5/Desktop/Data-Loading-Times/td-p/80917

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

unfortunatly that did not help.  Getting the same error or the error that the database is already in use !

The Db is now located on a server. When I locate the db on my laptop it al seems to work ok.

So looks like that it does not work over network (or our company network) , which is a pitty.

So it's a bit disappointing to say the least. Smiley Mad 

Errors ; file in use.  then , datbase has been placed in a state .... 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.