Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个 Power BI 报表,其中有两个数据源。一个是 SQL Server 数据库,另一个是 excel 文件。我想知道是否可以导入 Excel 文件并使用直接查询从 SQL 服务器数据库中获取数据。那可能吗?
Power BI 当前不支持在同一报表中混合DirectQuery和数据源。Import您必须为整个报告选择一个或另一个。
DirectQuery
Import
在您的情况下,您可以从 Excel 文件导入数据,也可以从 SQL Server 获取数据,同时使用Import mode两者(并在报告文件中嵌入数据的副本)。
Import mode
如果使用 导入 SQL 数据DirectQuery,则无法导入 Excel 文件。
有一个功能请求允许混合DirectQuery并且Import您可以投票。
自 2021 年 1 月 19 日起,Power BI 支持复合模型。
Power BI Desktop 中的复合模型