Forum Discussion
current_thing
3 years agoFrequent Visitor
Prevent PowerBI from refreshing an imported table
I have a PowerBI file that has two imported files: table1.csv (approx 18m rows) table2.csv (approx 7m rows) I then have another table, table3, where I combine the two tables: =table.combine({...
bcdobbs
Community Champion
3 years agoYou could set a separate dataflow up for each table so you can control refresh separatly. If you have premium or premium per user a third data flow could combine the two which power bi could read. Otherwise just do the table combine inside your dataset.
Anonymous
3 years agoNot applicable
AHH yes, that's what I was thinking in the first option. Disabling the report refresh 🙂