繁体   English   中英

R 脚本连接到 Azure Devops,从 Azure Devops 中提取、转换和合并数据以及其他资源到 Power BI

[英]R script to connect to Azure Devops, pull, transform & merge data from Azure Devops with other resources into Power BI

我的公司正在从本地 TFS 过渡到 TFS Azure Devops。 我们有几个 Power BI R 脚本,这些脚本利用 R 连接到 TFS_Warehouse DB(在旧版本上)和其他源,并在进一步使用 Power BI 操作和呈现报告数据之前转换数据。 现在我们将迁移到 Azure Devops,我的理解是没有可以连接到的后端数据库来提取 TFS 数据。

My question is: Is there a function/set of functions in R that allows one to connect to the Azure Devops Analytics Views so that the data transformations & data merges with other resources can still be made in R prior to further manipulation in Power BI? 如果是这样,有人可以提供一个例子吗?

从本地 TFS 过渡到 TFS Azure

如果您提到的目标服务器仍然是 TFS( Azure Devops server 2019 )而不是Azure Devops 服务,您不必担心没有后端数据库可供您的服务器使用。 对于 Azure Devops server 2019,数据库仍然可用。 您仍然可以使用以前的 R 脚本来获取和转换数据。


But, if the server you are transit to is Azure Devops service , or you hope there has R functions which can connect to the Analytics Views in Azure Devops server 2019 , unfortunate to say, No, until now we have not expand this function(s ) 到 R 包中。

无论是Azure DevOps Services还是Azure DevOps Server 2019 ,我们都提供Power BI Integration 但是,这不支持合并来自其他资源的数据。

作为一种解决方法,我建议您先从 Azure Devops 获取数据到 Excel,然后使用Power 查询,它可以结合来自不同资源的数据,将这些数据与另一个来源结合起来。

我们刚刚发布了将 PowerBI 与 Azure DevOps Analytics 集成的功能,以便用户获得更多自定义操作和数据源,扩展与其他数据源的连接应该是一个很好的功能。

您可以向我们的官方建议论坛提出建议功能票。 我们的 PM 会定期审核这些建议,并考虑选择更有利于为用户提供更好体验的功能纳入我们的路线图。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM