如何在 powerbi 中保留旧数据? [英] How can i preserve old data in powerbi?

查看:61
本文介绍了如何在 powerbi 中保留旧数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 web api 将数据导入 powerbi.每次刷新后,旧数据都会被 web api 的新数据替换,所以我的问题是如何将旧数据存储在 power bi 中?

I'm using web api to import data into powerbi. After every refresh, old data is replaced by new data of web api so my question is how can I store that old data in power bi ?

推荐答案

Power BI 不会存储数据,除非你有支持增量刷新的查询源.

Power BI will not store data, unless you have a query source that will support incremental refresh.

https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh

最好使用 Azure Function、Azure Logic Apps 或 Power Automate 等工具来获取数据并将其作为文件保存到文件夹中,然后从文件夹中导入数据.其他选择是将数据移动到数据库表以保留历史记录.

It would be best to use a tool like Azure Function, Azure Logic Apps or Power Automate to get the data and save it as file to a folder then import the data from the folder. Other option would be to move the data to a database table to preserve the history.

这篇关于如何在 powerbi 中保留旧数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆