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
3 years agoCommunity Champion
Actually an easier solution:
https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-include-in-report-refresh
current_thing
3 years agoFrequent Visitor
Hello. I've already tried this solution, but it still refreshes table1. I have table1 excluded:
But still, when I refresh table3, PowerBI refreshes table1. Do you know why?