Forum Discussion

ROCKYDO12's avatar
ROCKYDO12
Helper III
4 years ago
Solved

Data Load and coding

Hello,   I am looking for some guideance on creating some code to load into my Power BI Data Set. I am trying to write some code simular to how I used it in Qlik. Basically I have two data folders....
  • otravers's avatar
    otravers
    4 years ago

    If you want to partition historical vs. new then you'll want to create two dataflows, it's more efficient than trying to do it all within the dataset. Just to the append/dedupe logic in the dataset (or you could do it in a third dataflow if you don't mind paying for Power BI Premium per User).

  • otravers's avatar
    otravers
    4 years ago

    Just create two dataflows by folder (historical and new), you don't need to create one for each file (that wouldn't scale at all!). Yes, once you load them in the dataset you can add filtering there if needed.