Forum Discussion

janitor048's avatar
janitor048
Helper I
6 years ago
Solved

Distinct count in related table

Suppose I have the following tables Releases ReleaseID A B C   Tickets TicketID ReleaseID Stuff 1 A xyz1 1 A abc1 2 B xyz2 2 B abc2 3 B xyz3 4...
  • Mariusz's avatar
    6 years ago

    Hi janitor048 

     

    You can add a column like 

     

    Column = CALCULATE( DISTINCTCOUNT( Tickets[TicketID] ) )

     

    Or simply use a Measure 

    Measure = DISTINCTCOUNT( Tickets[TicketID] ) 
     
    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    LinkedIn