Forum Discussion

opticshrew's avatar
opticshrew
Resolver II
8 years ago
Solved

Using Power Bi with Large Datasets

Hey folks,   I have Power Bi desktop and a Azure SQL data source that contains 450 million rows of data. When I load the data into desktop or using Direct Query the time it takes is unreasonable. ...
  • opticshrew's avatar
    8 years ago

    Anonymous

     

    I found that if I load by CSVs into Azure Data Lake Store I can use Azure Data Lake Analytics to choose the data I need and push that out to a new CSV. This new CSV should be below that 1GB limit anad therefore I can use ADLS as my Power Bi data source.

     

    If the 1GB limit is reach I can split out the CSV and import them seperately combining them in Power Bi.

     

    Thanks for the help,

    J