【发布时间】:2021-08-27 02:56:00
【问题描述】:
我们有一个非常简单的 Power BI 报表,它使用导入查询连接到 SSAS(SQL Server 分析服务)表格模型。
我们的目标是将其发布到我们的工作区,并每天更新。为此,我们已经:
- 已创建 Windows 服务帐户
- 将该 Windows 服务帐户添加到 SSAS 表格模型,具有完全控制(管理员)
- 向网关添加了 SSAS 服务器/表格模型,使用上述服务帐户 - 没有问题
- 在数据集详细信息中设置网关连接 - 没有问题
但是,当我们尝试刷新数据集(手动/或计划)时,它会生成“EffectiveUserName' XML for Analysis property is not valid”错误,并且刷新失败。
有什么想法吗?
Data source error: {"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":
{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[
{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},
{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"AnalysisServices:
The 'FirstName@CompanyDomain.ca' value of the 'EffectiveUserName' XML for Analysis property is not valid."}},
{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},
{"code":"Microsoft.Data.Mashup.ValueError.DataSourceKind","detail":{"type":1,"value":"AnalysisServices"}},
{"code":"Microsoft.Data.Mashup.ValueError.DataSourcePath","detail":{"type":1,"value":"ssasServer123\\tabular;SalesDataModel"}},
{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"DataSource.Error"}}],"exceptionCulprit":1}}}
Table: FactDataSales.
【问题讨论】: