Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I'm trying to pull data in from an Oracle database and I'm running into errors like "DataSource.Error: Values of column 'COLUMN' have type 'type_number_varray' which is not supported" and "DataSource.Error: Values of column 'COLUMN' have type 'type_string_varray' which is not supported." It looks like a varray is just a collection of known size, and viewing it in TOAD reveals a sequence of comma-delimited data. If I could get that imported in literally any format (nested table, text string) I could work with it. Is there a trick I can do in advanced editor to bring these in?
Solved! Go to Solution.
You will have to convert (or exclude) these columns as part of your custom SQL query.
Hi @oktober42 ,
You can try to turn off automatic detection of data types. When you turn off this function, when you import data, all data will only be displayed in text format, you need to manually detect the data type or manually modify the data type.
Data types in Power Query - Power Query | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply! Alas, it was a structured source, so this didn't fix my issue.
You will have to convert (or exclude) these columns as part of your custom SQL query.
After some fighting and a call for help, we arrived at this query for our source:
= Oracle.Database("our.source/table", [HierarchicalNavigation=true, Query="SELECT ITEM1, ITEM2, JSON_OBJECT(NUM_VALUE) FROM THESOURCE"])
Thanks!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
13 | |
13 | |
11 | |
8 | |
8 |
User | Count |
---|---|
17 | |
10 | |
7 | |
7 | |
7 |