Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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 No | Description | Assignee_Type | Assignee_ID |
| 1 | Investigate rate hikes | role | 1234567890 |
| 2 | Enrollment quotes are down | user | 99993331 |
| 3 | Adopt DriveWise program | company | 443264143 |
| 4 | Enrollment quotes are down | user | 99993332 |
| User_ID | First Name | Last Name | Company_ID | Role_ID |
| 99993331 | Tom | Jones | 100 | 1234567890 |
| 99993332 | Vincent | Price | 200 | 1234567890 |
| 99993333 | John | Walker | 1122334455 |
| Company_ID | Company_Name |
| 443264141 | Allstate |
| 443264142 | State Farm |
| 443264143 | Progressive |
| Role_ID | Role_Name |
| 1234567890 | Insurance Agent |
| 1234567891 | Insurance Broker |
| 1122334455 | Administration 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.
you can change the data structure,pls see the attachment below
Proud to be a Super User!
I am using my work computer. I cannot download and open files from outside people. If you have a question, I would be happy to give you more details.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 54 | |
| 42 | |
| 30 | |
| 24 |