Forum Discussion

Saarek's avatar
Saarek
Helper III
4 years ago
Solved

Power BI csv import creating blank data

I have a dataset that is created within R and then exported out as a single CSV file for Power BI to ingest.   This data set is 36 columns wide with, approximately, 6 Million Rows. Every row/column...
  • Saarek's avatar
    Saarek
    4 years ago

    Yes, no matter what I did I could not get it to work via CSV import. In the end I created a basic R Script to import an RDS file (R Native file format) and it loaded fine.

    Obviously something wrong with the CSV import process in Power BI for this file, but I just couldn't find the issue and squash it.