简体   繁体   English

带输入的Microsoft BI报表

[英]Microsoft BI Report with Input

I need to create a Microsoft BI Produced Report, that will display Actual Data , retrieved from database. 我需要创建一个Microsoft BI生产的报告,该报告将显示从数据库检索到的实际数据 But I also want users to be able to fill Forecast Data for next month in the column beside the reported actual data, and the inputted data will be loaded to Forecast Cube. 但是我还希望用户能够在报告的实际数据旁边的列中填写下个月的“ 预测数据”,并将输入的数据加载到“预测多维数据集”中。

Is it possible to do it ? 有可能做到吗? What is the right strategy ? 什么是正确的策略?

Thanks for your input :) ! 感谢您的输入 :) !

MS BI products are based on reporting, so they don't have any direct ways to interact with the data like you're asking. MS BI产品基于报表,因此它们没有任何直接的方式可以像您所要求的那样与数据进行交互。 There are several options that start with an SSRS report though (or a PowerPivot book etc.). 但是,有几个选项以SSRS报告(或PowerPivot书等)开头。

SharePoint Workflow - allows a lot of other control aspects to the input process. SharePoint Workflow-允许输入过程具有许多其他控制方面。 Pickup the list with an ETL package. 使用ETL软件包提取列表。 You could also do a similar thing with a simple web app. 您也可以使用简单的Web应用程序执行类似的操作。 Link either through a report action. 通过报告操作链接。

ETL - Make the report exportable to excel and leave blank columns for user input. ETL-使报表可导出到excel,并留出空白列供用户输入。 Re-absorb it through an ETL process that reads the modified Excel file. 通过读取已修改的Excel文件的ETL过程重新吸收它。 This can be a manually triggered job, not necessarily part of a DM/DW nightly ETL. 这可以是手动触发的作业,不一定是DM / DW夜间ETL的一部分。

You could also just have a manual script. 您也可以只有一个手动脚本。 I would think and hope that the forecast data isn't changed that often, so a simpler solution would probably be best. 我会认为并希望预测数据不会经常更改,因此最好使用更简单的解决方案。

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

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