英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论