Forum Discussion
Anonymous
9 years agoNot applicable
Creating relationships to multiple columns and displaying data
I have imported a SharePoint list IncidentTracker. The "Created By" and "Modified By" columns are displayed as "CreatedByID" and "ModifiedByID" respectively. I also imported UserInformationList f...
- 9 years ago
CreatedByUser = CALCULATE(VALUES(User[Name]),USERELATIONSHIP(Incident[Createdby],User[User]))
ModifiedByUser = CALCULATE(VALUES(User[Name]),USERELATIONSHIP(Incident[Modifiedby],User[User]))
Vvelarde
Community Champion
9 years agoAnonymous
With USERELATIONSHIP in a Dax Measure you can activate relationship between the tables (The active and Inactive)