Power BI 未包含在流分析模板 json 中
Posted
技术标签:
【中文标题】Power BI 未包含在流分析模板 json 中【英文标题】:Power BI is not getting included in Stream Analytics template json 【发布时间】:2018-10-29 15:22:19 【问题描述】:已在 Visual Studio 中创建了一个流分析项目,输入为事件中心,输出为 Power BI。在构建项目时,生成的模板 json 不包含 power bi 输出详细信息。
以下是 output.json 的详细信息。我看到针对 PowellBIProperties 提到的 power bi 属性。这是正确的吗 ?该文件是根据通过 Visual Studio 的 UI 界面输入的值生成的。
"EventHubProperties": null,
"BlobStorageProperties": null,
"SQLDatabaseProperties": null,
"TableStorageProperties": null,
"ServiceBusQueueProperties": null,
"ServiceBusTopicProperties": null,
"DocumentDbProperties": null,
"PowellBIProperties":
"RefreshToken": "XXX",
"TokenUserPrincipalName": "XXX",
"TokenUserDisplayName": "XXX",
"Dataset": "XXX",
"Table": "XXX",
"GroupId": "XXX",
"GroupName": "XXX"
,
"AzureDataLakeStoreProperties": null,
"AzureFunctionProperties": null,
"DataSourceCredentialDomain": null,
"Name": "pbiOutput",
"DataSourceType": "Power BI",
"Serialization": null,
"ScriptType": "Output"
生成的 template.json 的输出为:
"outputs": [
"name": "bcbpBIOutput",
"properties":
],
已尝试将 PowellBIProperties 更改为 PowerBIProperties。仍然会生成相同的模板。
【问题讨论】:
【参考方案1】:如果我没记错的话,流分析的 ARM 模板不支持 PowerBI 或 Azure Data Lake 输出。至少,这是我上个月从 Visual Studio 创建和尝试部署流分析项目时遇到的错误。
【讨论】:
以上是关于Power BI 未包含在流分析模板 json 中的主要内容,如果未能解决你的问题,请参考以下文章
如何在流分析中查询 JSON 以使包含多个数组值的 JSON 脱离
如何在 Power Bi 中将 Excel 数据与流分析数据连接起来