这是一个不太常见的 BUG,某些从数据库获取数据的 PBIX 文件,如果同时使用 DAX 创建日期表,保存之后可能无法打开,报错截图:
英文报错内容:
Failed to save modifications to the server. Error returned: ‘Login failed for user ”.. The exception was raised by the IDbConnection interface. A connection could not be made to the data source with the Name of ‘5556bb6e’
导致错误的原因是存储在 PBIX 文件中的数据库连接凭据被错误的保存,导致打开文件时无法与数据库建立有效连接。这可能于创建日期表的 DAX 代码有关,目前官方已经确认了这个问题(状态为 DELIVERED),等待修复。
说点什么