最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

powerbi - How to optimize a data model with bidirectional filtering? - Stack Overflow

programmeradmin1浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论