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

随声附和 提交于 2020-07-28 04:56:32

问题


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 there was a way to create a new table in power BI that is the historical data from the SQL query? The idea would be the original query updates at a set time everyday, and then that data gets copied and appended to a second table with a timestamp so over time I will have historical data of the original executed SQL function. Is this possible, and is there a way to automate it so I don't have to manually append data every day?


回答1:


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.



来源:https://stackoverflow.com/questions/58347703/how-can-i-create-a-new-table-of-data-in-power-bi-from-a-different-query-that-upd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!