Forum Discussion

Strongbuck's avatar
Strongbuck
Helper I
3 years ago

How do I return multiple values?

I have tried multiple ways to return multiple values using DAX without success.  These are the things I've tried SelectColumns, LookupValue and Filter. I do not get the correct results. 

 

The following are the table:

 

Issue NoDescriptionAssignee_TypeAssignee_ID
1Investigate rate hikesrole1234567890
2Enrollment quotes are downuser99993331
3Adopt DriveWise programcompany443264143
4Enrollment quotes are downuser99993332

 

User_IDFirst NameLast NameCompany_IDRole_ID
99993331TomJones1001234567890
99993332VincentPrice2001234567890
99993333JohnWalker 1122334455

 

Company_IDCompany_Name
443264141Allstate
443264142State Farm
443264143Progressive

 

Role_IDRole_Name
1234567890Insurance Agent
1234567891Insurance Broker
1122334455Administration Assistant

 

I want to report all of the Companies tied to the Issues.

 

Issue #1 should report Allstate and State Farm.

Issue # 2 should return only State Farm.

 

I've been able to use DAX to return one value but not two.  Can you please give me some guidance?  Thank you in advance.