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.
我们有一个要求,例如在实时连接上连接到 JIRA 数据库并在加载到 Power BI 之前预过滤数据,但是在实时连接中,DAX 查询选项未启用。你能帮忙吗
实时连接正如它所说 - 实时连接。它不支持预过滤。
如果您有权访问数据库,也许您可以创建一个视图来过滤掉您需要的数据并将其用作报告中的来源?请注意,这会对实时连接性能产生负面影响。此外,您需要确保允许将自定义视图添加到 Jira 数据库。