Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello, I have some zip codes with sales data. I have it on some tables and a map. If I filter by clicking on Albert and Mary in Table 1, my map and Table 2 gives me the zip code that has sales for EITHER Albert OR Mary. I want the zip codes that have sales for BOTH Albert AND Mary. Any suggestions on how can I do this? If I have to use a method different from these tables it would work too. Thanks in advance.
(I am familiar with SQL but I am fairly new in PowerBI.)
Table 1
| Sales Agent | Sales |
| Albert | 19 |
| Jeremy | 13 |
| Mary | 20 |
Table 2
| Zip Code | Sales |
| 1111 | 12 |
| 2222 | 10 |
| 3333 | 9 |
| 4444 | 21 |
Sample Data:
| Zip Code | Sales Agent | Sales |
| 1111 | Albert | 5 |
| 1111 | Jeremy | 1 |
| 1111 | Mary | 6 |
| 2222 | Jeremy | 10 |
| 3333 | Mary | 7 |
| 3333 | Jeremy | 2 |
| 4444 | Albert | 14 |
| 4444 | Mary | 7 |
Solved! Go to Solution.
@Anonymous ,
You may take a look at the following posts.
@Anonymous ,
You may take a look at the following posts.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 40 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 69 | |
| 32 | |
| 32 | |
| 32 |