Forum Discussion
rosscortb
Post Patron
5 years agomeasure based on two tables
Hello, I would attach a sample but it's massive file so just try and explain what I'm trying to do. I have an employee table. ID Name Position Group( Director, Job Leader, Manager, Part Leader, ...
- 5 years ago
rosscortb You can use LOOKUPVALUE in a measure or a calculated column. Or a MAXX coupled with a FILTER.
Greg_Deckler
Community Champion
5 years agorosscortb You can use LOOKUPVALUE in a measure or a calculated column. Or a MAXX coupled with a FILTER.
- rosscortb5 years ago
Post Patron
Thanks Greg, so what can I add this to this that will make it only return values if there is a value in the position group column. = 'Spans & Layers'[Position Group]
Org Level = LOOKUPVALUE('Org Master Data'[Org. Level_1],'Org Master Data'[ObjectID],'Spans & Layers'[Org.unit])