Forum Discussion

KrisF's avatar
KrisF
Frequent Visitor
3 years ago
Solved

PowerBI Create a new Dataflow from 2 separate DataFlows through Merging - Errors out

 Hi all,    I would like to create a new Dataflow sourced from merging 2 previously created Dataflows however when i try to complete the "Merge Queries" step, Power Query errors at the evaluation s...
  • lbendlin's avatar
    lbendlin
    3 years ago

    That's tough.  What you are trying to do is total denormalization (one flat table).  That is pretty much the opposite of what Power BI likes  (reasonably normalized star or snowflake schema). Merges in Power Query are very expensive.

     

    Dataflows would be the right vehicle as they are basically just that - flat tables supplied by Parquet files. Can you do all the heavy lifting in your upstream system (SQL Server for example)  and then spool the result either into a materialized view or into a dataflow?