我可以从 Power BI 数据流实体自动刷新我的 Azure SQL table 吗?
Can I automatically refresh my Azure SQL table from a Power BI Dataflow Entity?
我可以通过设置的网关连接使用 Power BI 实体刷新我的 SQL Azure table 吗?实际上,我正在通过 power BI 数据流实体自动刷新 azure SQL table。感谢反馈。
您不需要 Azure SQL 数据库的网关。
但请确保您已将 Azure SQL Database firewall 设置为允许 Power Bi 访问 SQL 数据库。
当你连接到AzureSQL数据库时,你不能指定逃亡,但请点击下面的选项:
PowerBI数据流,可以参考这篇文档:Using incremental refresh with Power BI dataflows。此功能还可以帮助实现自动刷新 Azure SQL table 数据。
希望这对您有所帮助。
我可以通过设置的网关连接使用 Power BI 实体刷新我的 SQL Azure table 吗?实际上,我正在通过 power BI 数据流实体自动刷新 azure SQL table。感谢反馈。
您不需要 Azure SQL 数据库的网关。
但请确保您已将 Azure SQL Database firewall 设置为允许 Power Bi 访问 SQL 数据库。
当你连接到AzureSQL数据库时,你不能指定逃亡,但请点击下面的选项:
PowerBI数据流,可以参考这篇文档:Using incremental refresh with Power BI dataflows。此功能还可以帮助实现自动刷新 Azure SQL table 数据。
希望这对您有所帮助。