Forum Discussion

ninashand's avatar
ninashand
Frequent Visitor
5 years ago
Solved

PowerBI Model not Filtering as Expected

Hi,    Not too sure where i'm going wrong here, i've built a fairly basic model, and connected both data tables (Event Details) and (Opportunities) to a lookup table for Segments which uses a "uniq...
  • amitchandak's avatar
    amitchandak
    5 years ago

    ninashand , As the opportunity name comes from a table at the same level as event details, you might not see the correct result in that case. Prefer a drill-through a report or tooltip report that do not use event details measures

  • RicLee's avatar
    5 years ago

    If it's the same value that using on [Segment Target]  and [Event Detail], you might just pick those field from [Segment Target] instead.  

    If Hierarchy Filter is trying to build hierarchy line under  [Event] > [Segement Target] >[Opportunity] only. 
    It's logical to have subset of opportunity value follow the hierarchy. 

    However, If Hierarchy Filter is trying to build hierarchy line under  [Event] > [Segement Target] > [Event Detail] >[Opportunity]. (as you told the visual to do, by pulling [Event Detail] fields into it). 
    There the linkage of [Event Detail] > [Opportunity] just will happen as "open join", ie, it join every [Event Detail] to every [Opportunity]. 
    This explained your unwanted result.