Forum Discussion

Tor's avatar
Tor
New Member
3 years ago
Solved

Help with multiple entries from users and unique values

Hello.  I have a problem with a new database and would like a helping hand.    Database: To summarize, my database consists on a list of Action plans, activities and advance towards completing thi...
  • edhans's avatar
    3 years ago

    Not 100% sure I understand the ask. But, if you add the person responsible to a visual in Power BI, then create a measure as follows:

    Activity Count = DISTINCTCOUNT(TableName[Activity])

    That will give you a distinct count of the activities for that user. So Mary will have 1 since she has "Activity 2" twice.