上传 Power BI 服务的大尺寸仪表板

huangapple go评论68阅读模式
英文:

Upload dashboard power bi service with huge size

问题

我是新来的,正在使用Power BI。我有一个大小超过1 GB的Power BI报告。我可以将它上传到Power BI服务吗?

是否有任何想法或解决方案可以帮助或减小文件大小?我有Power BI PRO许可证。

英文:

I’m new here with using Power BI. I have a Power BI report, with a size bigger that 1 GB. Can I upload it on Power BI Service?

Is there any idea or solution that may help or reduce the size of the file? I have a Power BI PRO license.

答案1

得分: 1

我有一个大小超过1GB的Power BI报告。我可以将它上传到Power BI服务吗?

Power BI Premium支持大小超过10GB的数据集。但这会花费很多钱,我怀疑这是否是您正在寻找的解决方案。

有什么想法或解决方案可以帮助减小文件大小吗?

删除您不需要的数据(包括行和更重要的是列)。将数据放入普通数据库(例如SQL Server),并使用DirectQuery模式,而不是导入模式。请参阅Power BI服务中的数据集模式。将数据存储在适当的数据库中还允许您在导入之前对数据进行聚合。

英文:

> I have a Power BI report, with a size bigger that 1 GB. Can I upload it on Power BI Service?

Power BI Premium supports datasets with size over 10 GB. But this costs a lot, and I have doubt this is the solution that you are looking for.

> Is there any idea or solution that may help or reduce the size of the file?

Remove the data you don't need (both rows and more important - columns). Put your data in a normal database (like SQL Server for example) and use DirectQuery mode instead of import. See Dataset modes in the Power BI service. Storing the data in a proper database, also allows you to aggregate the data before importing it.

huangapple
  • 本文由 发表于 2023年6月2日 03:41:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/76385206.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定