Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Not showing duplicates in visual

Hello everyone, Maybe someone can help me with this problem. I created a PieChart based on my dataset. The visual displays results of testcases with repect to a softwareversion. So some testcases w...
  • vojtechsima's avatar
    vojtechsima
    4 years ago

    Hi, Anonymous 

    Latest_Date = 
    var MaxDate = CALCULATE(MAXX(Users,Users[Date]),
    ALLEXCEPT(Users,Users[USER-ID]))
    return MaxDate

    Is this something that would fulfil your request?