Forum Discussion
yve214
4 years agoHelper III
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...
- 4 years agoapproved = CALCULATE( SUM(Table11[approved])) + 0entries = CALCULATE(SUM(Table11[entries]),USERELATIONSHIP(Table11[submitted user],User[user])) + 0