Forum Discussion

pavann86's avatar
pavann86
Frequent Visitor
10 years ago
Solved

Data import takes long time from azure SQL Data Warehouse

I am Using Power bi desktop and importing data from azure sql data warehouse and finally publishing to cloud service and schedule the refresh. Now the data is populating 10 crores in warehouse. Some ...
  • KGrice's avatar
    KGrice
    10 years ago

    Ok, I think I get the problem now. The refresh is fine in the cloud, but you can't refresh it in desktop to bring in the new columns and create additional charts/graphs.

     

    Can you temporarily limit the row count of the actual source table in Azure? I'm not sure how much control you have over the table there, or what feeds it. If you can temporarily remove rows (e.g., move them to another table, or prevent x rows from populating), you could then update your report to get the new columns and create your new visuals. Once everything is set in the report and it's uploaded to Power BI for data refresh, you could set your source table back to include all rows.

     

    Ideally you could save changes to your query without reloading the entire data set, but I can't find a way to do that. It would be nice to just put a row limit on your table in the query editor, bring in the new columns and create the visuals, and then take the row limit off without bringing in the whole set.