原文链接:https://segmentfault.com/a/1190000043924268
网关客户端上的数据量已超过单个表的限制。请考虑通过规范化键、删除未使用的列,或升级到 Power BI Premium 来减少使用高度重复的字符串值。
The amount of data on the gateway client has exceeded the limit of a single table. Please consider reducing the use of highly repetitive string values by normalizing keys, deleting unused columns, or upgrading to Power BI Premium.
微软没有直接给出限制多少大小的内容,只能自己去搜索,所以猜测是1G?
参考:
https://www.credera.com/insights/minimize-data-load-size-tabl...
https://intellitect.com/blog/power-bi-data-compression/
1.使用DAX Studio工具统计大小,优化大小,删除部分字段,删除重复内容,删除没有使用的字段
2.有些明细表,可以改成用汇总结果表,PowerBI其实不适合做明细查询,
3.没有关联的数据集,建议新开一个报表开发,没有必要合并在一个报表中多个数据源。
4.参考powerbi提到的优化
https://learn.microsoft.com/zh-cn/power-bi/guidance/import-mo...
https://learn.microsoft.com/zh-cn/power-bi/connect-data/incre...
https://learn.microsoft.com/zh-cn/power-bi/connect-data/refre...
原文链接:https://segmentfault.com/a/1190000043924268
相关文档:
https://learn.microsoft.com/zh-cn/power-bi/enterprise/service...
其他外部工具推荐
https://learn.microsoft.com/zh-cn/power-bi/transform-model/de...
note:
错误:网关客户端上收到的未压缩数据已超出限制。
每个表的未压缩数据量的确切限制为 10GB。 如果遇到此问题,可以使用实用选项来优化和避免它发生。 具体而言,减少使用高度恒定的长字符串值,而是改用规范化键。 或者,如果未使用列,则删除它会有所帮助。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。