Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
Hi guys,
I've got the following table (see screenshot below) and what I need to do is create a measure and when I'll drag it onto my table, it will display "A & D" next to customer A50000030.
A & D are nothing but products and the measures A,B,C and D are just calculating the number of times a person purchased each of the products (being calculated from a Sales table).
For some of you this will be very simple. Even if you share a link from where I might learn to do it myself will be very, very helpful!
Cheers,
Kashif
Solved! Go to Solution.
Hi @Anonymous ,
We can try to use the following measure to meet your requirement:
Product =
CONCATENATEX ( DISTINCT ( 'Sales'[Product] ), [Product], "&" )
If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Best regards,
Hi @Anonymous ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?
Best regards,
Hello,
If you are looking to change the Id to "A & D". Then you can easily change the label from the Fields section.
You can change the label by just double-clicking on the field and change the value.
If you liked my solution, please give it a thumbs up. And if I answered your question, please mark my post as a solution.
Thank you!
Hi,
That's not what I'm looking for, maybe I wasn't clear in my request.
I need to create a measure that will display whatever products the customer bought. So, when I drag this measure onto my table, for the very first donor (A50000030) it will display "A & D" since they bought those two items once each.
Hope this makes sense.
Let me know if I can make my query any better.
Hi @Anonymous ,
We can try to use the following measure to meet your requirement:
Product =
CONCATENATEX ( DISTINCT ( 'Sales'[Product] ), [Product], "&" )
If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Best regards,
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 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |