Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello eveyone !!
There is a problem I don't manage to solve ...
I have in my model FAI_1, DIM_1, DIM_2 etc... :
I need on a table, one line per client, with a list of all the product name's concatenate.
I manage to concatenate all the product name's and assign this measure to all clients, but so far I don't know how to obtain a list by client.
Can you help me ?
Hi @VincHawthorne ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Chaithanya.
Hi @VincHawthorne ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Chaithanya.
Hi @VincHawthorne ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Chaithanya.
I made a small test with the followin example
Table contains the following data:
NameID
bob | A |
Julien | A |
Robert | A |
bob | B |
Julien | B |
bob | C |
and for table2
idProduct
A | Boots |
B | Gloves |
C | Headset |
The following dax measure
Is it what you need ?
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |