Forum Discussion

AndrejZevzikov's avatar
4 years ago
Solved

will not update data

Hi, Guys! I have the issue with dataset refresh in power Bi service. Situatio is next: I using gateway to connect my pc to connect mysql database and we deleted or rename one of the column in in ro...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi AndrejZevzikov ,

     

    Whenever you refresh your data, Power BI must query the underlying data source. The entire refresh process consists of multiple stages, depending on the storage model of your dataset.

     

    Power BI does not import data through a connection that operates in DirectQuery/LiveConnect mode. Instead, whenever a report or dashboard queries a data set, the data set returns results from the underlying data source. power BI transforms the query and forwards it to the data source.

     

    Power BI imports the data from the original data sources into the dataset. Power BI report and dashboard queries submitted to the dataset return results from the imported tables and columns. You might consider such a dataset a point-in-time copy. Because Power BI copies the data, you must refresh the dataset to fetch changes from the underlying data sources.

     

    So when you delete or rename a column in the id DB of one of the tables. You need to reconnect to the desktop and republish, this is by design.

     

    For more information, please see:Data refresh in Power BI 

     

    Hope it helps,


    Community Support Team _ Caitlyn Yan


    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.