Forum Discussion

TheCreepster1's avatar
TheCreepster1
Helper II
8 years ago
Solved

Data refresh question.

Hi all, I have a large dataset that grows daily. I'm looking to use power bi as a way of creating some visuals for this data to make it easier to understand (guess that's what we're all doing really!)...
  • Anonymous's avatar
    Anonymous
    8 years ago

    In short, if you are using "Import" the answer is no. It is always a case that Power BI clears and fetches the data again.  This means you need to make sure your import statements are contrained to only get the data you require.  For example exclude rows and columns that you don't need.

     

    As an alternate, if your data source is truely massive and you don't need every single function, you could consider a Direct Query.  This will reduce how much you download in a single hit, but will require a more sustained performance hit on your data bases.