How can I create a new table of data in Power BI from a different query that updates daily?

后端 未结 1 1735
逝去的感伤
逝去的感伤 2020-12-22 10:15

I have a SQL execute function generating a simple table on Power BI. This table updates when there is a refresh with the latest data, which is good. I was wondering if the

1条回答
  •  粉色の甜心
    2020-12-22 10:30

    Power BI is not intended to be a database for you to store historical data. There might be some unstable and/or ugly workarounds to do what you're suggesting in Power BI but it's much better to use the proper tool for the job. Save your historical data in the database and connect Power BI to that.

    0 讨论(0)
提交回复
热议问题