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
davideigner
3 years agoNew Member