Forum Discussion
davideigner
3 years agoNew Member
QuickBooks Online Custom Fields
It sounds like the QuickBooks Online connector doesn't import custom fields. Did anyone notice that? Any workaround?
Shaurya
3 years agoMemorable Member
Hi davideigner,
You can go to the advanced editor in Power Query and edit the source.
let
Source = QuickBooks.Tables(),
in
#"Source"
Just removed online from it. This lists all the tables that are otherwise omitted.
Works for you? Mark this post as a solution if it does!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
- davideigner3 years agoNew Member
- Shaurya3 years agoMemorable Member
Hi davideigner,
Change the first line to
Source = QuickBooks.Tables()
Did I answer your question? Mark this post as a solution if I did!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI- davideigner3 years agoNew Member
Thanks Shaurya.
When I change to "Source = QuickBooksOnline.Tables()" nothing changes.
When I change to "Source = QuickBooks.Tables()," I'm getting the following error.