Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Accessing Binary Columns from Oracle Database

Hello, I recently got access to an Oracle DB and it's connected now to Power BI. The problem is that 3 columns in the database are binary columns and I can't view their data. COLUMN_NAME ...
  • lbendlin's avatar
    lbendlin
    2 years ago

    1. just add the serial number as a column before you transform the blobs - it will automatically be expanded with the other columns.

    2. as long as you keep the table narrow Power BI has no issues with billions of rows. If you want to be cute you can consider incremental refresh.

    3. That was not part of the sample data - But what you can do is cut the BLOBs  into chunks of 4xDATA_POINTS first and then take the first list item for each serial number, and process that.