如何从已发布的 Power BI 报表中导出数据?
How to export data from published Power BI report?
我想从已发布的 Power BI 报告中获取数据,该报告作为仪表板嵌入网页中。有什么办法吗?什么technology/tool可以用来读取嵌入在网页中的仪表板的数据?
如果您没有看到可以单击 Export data
的视觉对象 header(省略号),则不会。这意味着报告的所有者故意隐藏它或 the admin disabled it。此外,导出数据需要 Pro 或 Premium 以及对数据集和报告的编辑权限,而您可能没有这些权限。
如果你看到视觉效果 header,那么你可以,但请记住还有 some limitations:
The maximum number of rows that can be exported using API to .csv is 30,000.
Export using Underlying data will not work if the data source is an Analysis Services live connection and the version is older than 2016 and the tables in the model do not have a unique key.
Export using Underlying data will not work if the Show items with no data option is enabled for the visualization being exported.
If you have applied filters to the visualization, the exported data will export as filtered.
When using DirectQuery, the maximum amount of data that can be exported is 16 MB. This may result in exporting less than the maximum number of rows, especially if there are many columns, data that is difficult to compress, and other factors that increase file size and decrease number of rows exported.
Power BI only supports export in visuals that use basic aggregates. Export is not available for visuals using model or report measures.
Custom visuals, and R visuals, are not currently supported.
Power BI admins have the ability to disable the export of data.
Concurrent export data requests from the same session are not supported. Multiple requests should be run synchronously.
我想从已发布的 Power BI 报告中获取数据,该报告作为仪表板嵌入网页中。有什么办法吗?什么technology/tool可以用来读取嵌入在网页中的仪表板的数据?
如果您没有看到可以单击 Export data
的视觉对象 header(省略号),则不会。这意味着报告的所有者故意隐藏它或 the admin disabled it。此外,导出数据需要 Pro 或 Premium 以及对数据集和报告的编辑权限,而您可能没有这些权限。
如果你看到视觉效果 header,那么你可以,但请记住还有 some limitations:
The maximum number of rows that can be exported using API to .csv is 30,000.
Export using Underlying data will not work if the data source is an Analysis Services live connection and the version is older than 2016 and the tables in the model do not have a unique key.
Export using Underlying data will not work if the Show items with no data option is enabled for the visualization being exported.
If you have applied filters to the visualization, the exported data will export as filtered.
When using DirectQuery, the maximum amount of data that can be exported is 16 MB. This may result in exporting less than the maximum number of rows, especially if there are many columns, data that is difficult to compress, and other factors that increase file size and decrease number of rows exported.
Power BI only supports export in visuals that use basic aggregates. Export is not available for visuals using model or report measures.
Custom visuals, and R visuals, are not currently supported.
Power BI admins have the ability to disable the export of data.
Concurrent export data requests from the same session are not supported. Multiple requests should be run synchronously.