I’m currently working on loading data from NetSuite using SuiteAnalytics and ODBC, both of which have been successfully configured. However, I’m encountering the following error when attempting to load certain tables:
“Preview.Error: The type of the current preview value is too complex to display. Details:”
Despite this error, I’m able to bring in data when using direct SQL statements — for example:
SELECT * FROM Transaction WHERE Type = ‘SalesOrd’
It seems the issue arises only when using the Power BI Navigator to browse or load some of the tables directly.
Could someone assist me in resolving this? Any insights on what might be causing the error or how to proceed would be greatly appreciated.
Feel free to checkout more of our Data Mentor features as you work on your report. These tools are designed to help with tasks like the one you’re working on.
Thank you so much for the information provided. However, I resolved the issue. This is what I did. I am recording it here in case someone else get this error now or in future.
The error I was getting was after I loaded the tables.
“Preview.Error: The type of the current preview value is too complex to display.
Details:”
To resolve this, go to the Advance Editor in Query Editor, replace the [HierarchicalNavigation=true] which is in the first line with HierarchicalNavigation=true, CreateNavigationProperties=false]
The tables loads correctly without errors. Best wishes.