Forum Discussion

prasaddn's avatar
prasaddn
Frequent Visitor
7 months ago
Solved

Visual Interactions Vs Filters in DAX

Hi,    Say, I have a dashboard with slicer/filters for Business Unit (BU), Department, Account, Reporting Manager, Revenue Type and Dates. I have matrix Visuals with PM EMail ID in rows, and few K...
  • v-hashadapu's avatar
    v-hashadapu
    7 months ago

    Hi prasaddn , Thank you for reaching out to the Microsoft Community Forum.

     

    Yes, this is fundamentally a model issue, not a DAX issue. As long as PM exists only as part of a composite ID (PM + Account + Department), there is no real concept of a “PM at BU level”, so no amount of REMOVEFILTERS or ALL will ever give a correct population. PM must be a standalone dimension (one row per PM, with its own key) and the fact table should reference it via a proper key instead of a concatenated business ID. Once that is done, your original logic for BU-level vs filtered ranking will work naturally without complex DAX.