Forum Discussion

yve214's avatar
yve214
Helper III
4 years ago
Solved

help with same user columns in same table

Hi there,   Please i need help with how too target a problem like having two user names on the same table.   I have an submitted and approved users that have the same data content for instance (p...
  • vapid128's avatar
    4 years ago

     

    approved = CALCULATE( SUM(Table11[approved])) + 0
     
    entries = CALCULATE(SUM(Table11[entries]),USERELATIONSHIP(Table11[submitted user],User[user])) + 0