Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have a current table with following values:
Catalogue | Custom-ID | Main-ID |
1 | 895326 | 895326 |
236 | 895326 | 895326 |
237 | 895326 | 895326 |
1 | 895016 | 895016 |
202 | 895016 | 895016 |
236 | 895016 | 895016 |
237 | 895016 | 895016 |
259 | 895016 | 895016 |
1 | 894630 | 894630 |
236 | 894630 | 894630 |
237 | 894630 | 894630 |
1 | 892220 | 892220 |
236 | 892220 | 892220 |
237 | 892220 | 892220 |
1 | 891851 | 891851 |
236 | 891851 | 891851 |
237 | 891851 | 891851 |
1 | 864536 | 864536 |
142 | 864536 | 864536 |
153 | 864536 | 864536 |
199 | 864536 | 864536 |
202 | 864536 | 864536 |
236 | 864536 | 864536 |
237 | 864536 | 864536 |
299 | 864536 | 864536 |
442 | 864536 | 864536 |
453 | 864536 | 864536 |
I want to create an array for the calues in Catalog depending per each Main-ID. For example Main-ID 895326 [1,236,237]. The main purpose behind this is that I would like to do a lookup afterwards, so I need to group the catalog-IDs per Main-ID.
Is there a way to do it with a measure or do I have to transform my table with M by doing a "group by"?
Thanks for help!
Solved! Go to Solution.
like this? This is a calculated table, because you cannot use measures for lookups.
like this? This is a calculated table, because you cannot use measures for lookups.
Hi @lbendlin
you´re right. I have tried it with a measure, where it finally concatenated the values, but for further processing I cannot use it to lookup the value.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
12 | |
11 | |
9 | |
9 |