The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. 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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |