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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
martin_makar
Frequent Visitor

Quickbooks error - DataFormat.Error: We couldn't parse the input provided as a Date value.

Hi, having issues with quickbooks as a datas source on power bi desktop

 

in query editor, i'm using "= QuickBooks.Tables()" on blank query to get General Ledger table from intuit

i can connect and see the tables but get an error on 2 tables when drilling down into them

 

tables "DateTable" and "GeneralLedger"

 

the issue seems to be with the "DateTable" but both show the same error

 

ERROR:

"DataFormat.Error: We couldn't parse the input provided as a Date value.
Details: Beginning Balance"

 

i use this method for other companies with no issues

only one company is giving me this error

 

I have tried contacting Intuit but have gotten no help from them

i have also tried "Remove Error" and this removed the "DateTable" which would be fine if it worked but "GeneralLedger" table continues to give me the error

 

all other tables work as expected and i'm able to work with them

 

if anyone could guide me to a solution, i would be very thankfull

2 REPLIES 2
Sahir_Maharaj
Super User
Super User

Hello @martin_makar,

 

Could you please try the following: 

 

  1. Check the format of the date column in the "DateTable" and "GeneralLedger" tables. Make sure that the format is consistent and matches the format of other date columns in your Power BI report.
  2. Check the date values in the "DateTable" and "GeneralLedger" tables to see if there are any invalid or missing values. If you find any such values, you can either remove them or replace them with valid date values.
  3. If you are still unable to resolve the issue, you can try importing the tables separately, rather than using the QuickBooks.Tables() function. To do this, you can click on "Get Data" and select "QuickBooks" as the data source. Then, select the table you want to import and follow the prompts to connect to your QuickBooks account.

Let me know if you might need further assistance.


Did I answer your question? Mark my post as a solution, this will help others!

If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂

Kind Regards,
Sahir Maharaj
Data Scientist | Data Engineer | Data Analyst | AI Engineer
P.S. Want me to build your Power BI solution?
➤ Lets connect on LinkedIn: Join my network of 13K+ professionals
➤ Join my free newsletter: Data Driven: From 0 to 100
➤ Website: https://sahirmaharaj.com
➤ Email: sahir@sahirmaharaj.com
➤ Want me to build your Power BI solution? Lets chat about how I can assist!
➤ Join my Medium community of 30K readers! Sharing my knowledge about data science and artificial intelligence
➤ Explore my latest project (350K+ views): Wordlit.net
➤ 100+ FREE Power BI Themes: Download Now
LinkedIn Top Voice in Artificial Intelligence, Data Science and Machine Learning

Thank you Sahir, for the response...

"Get Data" and Select "Quickbooks" is not an option for me because it is missing the "General Ledger" table.

 

i have learned to use Quickbooks older api from here which contains the general ledger table

https://community.powerbi.com/t5/Desktop/Quickbooks-Online-General-Ledger-Table-is-gone/m-p/906239#M...

 

I cannot drill into the table to even see the format or value of the date column on either the "General Ledger" or the "Datetable"

the error prevents me from doing anything

 

QUERY......

let
Source = QuickBooks.Tables(),
generalledger = Source{[Key="datetable"]}[Data]
in
datetable

 

RESULTING ERROR.......

DataFormat.Error: We couldn't parse the input provided as a Date value.
Details: Beginning Balance

 

i know that this is an issue with formating or data value error in the table

what is interesting is that neither the General Ledger nor the Datetable have a column called "Beginning Balance" which is mentioned in the error. the error detail just isnt very helpfull. in fact, there is no table with a column names "Beginning Balance" in the entire data source from quickbooks.

 

image 1.JPG

 

image 2.JPG

 

image 3.JPG

 

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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