Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Dataset SQL Question

In the very near future, I will be migrating away from flat-file supported dashboards, to connecting PowerBI to a data store in SQL.  We expect this will eliminate much oif the manual file movement a...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Anonymous,

    When you connect to SQL Server database in Power BI Desktop, any time you make schema changes(for example, add new columns), you can click “Refresh” button in Power BI Desktop to bring the changes.

    And after you publish PBIX file to Power BI Service, you can set schedule refresh for your dataset, this way, when data are changed in SQL Server database, the dataset will be updated automatically based on  the schedule. However, please note that refresh in Power BI Service is purely data refresh, it will not load your schema changes. In other words, after you publish PBIX file to Power BI Service, if you make schema changes(for example, add new columns) in the SQL database, you will need to firstly refresh the dataset in Power BI Desktop, then re-publish the PBIX file to Service.

    Regards,
    Lydia

  • Anonymous's avatar
    Anonymous
    9 years ago

    SQL wont have that issue.  Column names are the important factor there.