简体   繁体   English

复杂 Excel 数据提取/转换与 Power BI 的集成

[英]Integration of complex Excel data extraction/transformation and Power BI

Looking for suggestions/recommendations寻找建议/建议

We currently have a report that has a large no.我们目前有一份报告的编号很大。 of metrics, across various areas of the business.指标,涵盖业务的各个领域。 The report is largely manually compiled.该报告主要是人工编制的。 For many metrics, the data is sourced from some business system, then complex calcs/transformations are performed in Excel to get the metric, which is then manually 'plugged into' the report.对于许多指标,数据来自某个业务系统,然后在 Excel 中执行复杂的计算/转换以获取指标,然后将其手动“插入”到报告中。 The report is presented using Power BI该报告使用 Power BI 呈现

We want to automate the extraction/calculation process as much as we can.我们希望尽可能地自动化提取/计算过程。 Both to reduce manual effort as well as to remove potential for errors/manipulation that can happen due to the Excel calcs.既可以减少手动工作,也可以消除由于 Excel 计算而可能发生的错误/操作。

Because the Excel transformations are so complex, we need to somehow keep the logic that's in the spreadsheets, but want to, as far as possible, secure the source data/calcs from human error/manipulation.因为 Excel 转换非常复杂,我们需要以某种方式保留电子表格中的逻辑,但希望尽可能保护源数据/计算免受人为错误/操纵。

I think we need to somehow integrate the Excel data extraction/transformation logic into Power BI, and, as far as possible, remove any manual intervention required.我认为我们需要以某种方式将 Excel 数据提取/转换逻辑集成到 Power BI 中,并尽可能消除所需的任何手动干预。 And also remove any potential for unauthorised users to change source data or calculations.并且还消除了未经授权的用户更改源数据或计算的任何可能性。 I'm not sure of the best way to go about this, so I'm looking for suggestions.我不确定 go 的最佳方法,所以我正在寻找建议。

Thank you谢谢

I think you have two options.我认为你有两个选择。

  1. Import the data into excel using macros, then export the completed data into a new sheet using macros.使用宏将数据导入excel,然后使用宏将完成的数据导出到新工作表中。

  2. Set up a powerquery which will do all the data manipulation for you given the raw data.设置一个 powerquery,它将在给定原始数据的情况下为您执行所有数据操作。

You'd probably need to post a specific example if you need more help.如果您需要更多帮助,您可能需要发布一个特定的示例。

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

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