Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to create a Slicer (Month) with two different tables?

Is it possible to create a slicer that uses the same parameter (MONTH) for two cards that count rows in different tables? I have the same column in both tables (MONTH). For example: I created...
  • richbenmintz's avatar
    4 years ago

    Hi Anonymous ,

     

    Is there a reason that Lead and Opportunities are related? 

    You can try the following measure to use the inactive relationship defined between MonthTable and view_opportunites

    opp count = calculate(countrows('view_opportunities'), userelationship('monthtable'[Month(Full)],'view_opportunities'[MONTH]))