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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
jacccodezwart
Frequent Visitor

Refresh error, only on Onpremise Power BI Report server. Not on Desktop and not on PowerBI service

Hi all,

I have a problem I'm not able to solve myself. Hope you can help me.

 

My dashboard uses two datasources. One is an OData source, the other is a direct database connection.

 

SessionID: abb0eb89-bfd0-4fd0-8aa0-596c47fcf8b0
[0] -1055784932: DataFormat.Error: We couldn't parse the input provided as a DateTime value.. 12/31/2019 11:59:59 PM. ;We couldn't parse the input provided as a DateTime value.. The exception was raised by the IDbCommand interface.
[1] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface.
[2] -1055129594: The current operation was cancelled because another operation in the transaction failed.
[3] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface.
[4] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface.
[5] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface.
[6] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface.

 

 

When I excute the auto refresh on the OnPremise Power BI Report server (latest version), I get the following error message :

No where I can find where this date comes from. Not in logs, not in the error message.

 

This problem does not occur when I publish the same report on the Power BI Service. When I refresh the data in Power BI Desktop there is allso no problem.

 

What can this be ? How do I get more information about this error message ? Trace files show nothing, log file allso show no more information than the message above.

 

Any help is welcome.

 

 

1 ACCEPTED SOLUTION
Vanchy_Liao
Resolver I
Resolver I

Hi @jacccodezwart ,

 

perhaps you can check the language settings for the PBIRS and Power BI Service.

Or you can change your data to string format and convert it into datetime format in Power Query.

View solution in original post

6 REPLIES 6
chrisbrigg
Frequent Visitor

I'm having the same issue here. Was there ever a solution identified?

Hey Chris,

 

The solution was to check types of both my variables and columns that were used in a formula. The variable was of date-time format and the column which I used is a formula was of time-stamp-with-timezone format. For some reason, the server (or workstation) regional settings resulted in the fact that it would work on my laptop, but not on the report server.

 

By explicitly making all the field types the same, the problem was solved.

Vanchy_Liao
Resolver I
Resolver I

Hi @jacccodezwart ,

 

perhaps you can check the language settings for the PBIRS and Power BI Service.

Or you can change your data to string format and convert it into datetime format in Power Query.

@Vanchy_Liao thanks for your suggestion to change the datetime format in Power Query.

 

Not only I needed to change the datetime format for my variable, but allso of all the columns which I check using my variable.

 

That seemed to solve the refresh on the Power BI on-premise report server.

 

Still remains the question why is this not needed on the Power BI Service (app.powerbi.com) and not needed in Power BI Desktop.

@jacccodezwart ,

 

i guess the locale matters. you can check out the locale setting of PBIRS, Power BI Service and PBI Desktop.

lbendlin
Super User
Super User

If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .

Helpful resources

Announcements
Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors