admin管理员组文章数量:1418706
I have Product dim that filters the FactSales (1:M)
And Charges dim that filters the FactCharges (1:M)
There is a bridge table with a key value (concat of saleid, poid). This has a 1:M relation with FactSales and FactCharges.
Suppose my user selects a ChargeDesc, then I want to display all the related sales records. To achieve this I have enabled bi direction relation between BridgeTable and FactSales, and between BridgeTable and FactCharges.
This works fine until select more than one month worth of data which results in visual exceeded resources (1024MB). What is the approach to improve this?
本文标签: powerbiHow to optimize a data model with bidirectional filteringStack Overflow
版权声明:本文标题:powerbi - How to optimize a data model with bidirectional filtering? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745281724a2651459.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论