Forum Discussion
jak8282
Helper III
3 years agoTest on two column against two columns from another table
Hi, I have an interactions table with Manager | Agent fred bloggs | Joe Bloggs Joanne bloggs | Joe Bloggs And a current manager table with Manager | Agent...
PowerBIEnthu
Resolver I
3 years agoCALCULATE (
FIRSTNONBLANK ( Manager[Interactions], 1 ),
FILTER ( ALL ( current Manager Table), Manager[Agent] = Current Manager Table[Agent] )
)
Try something like this
- jak82823 years ago
Helper III
Hi PowerBIEnthu ,
That is only filtering on the agent, I need it to filter on manager and agent.
Thanks
Chris