Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello. I'm wondering if there is any easy way to do this.
I have a visual in a simple grid that looks like this:
Items |
Value1 |
Value2 |
Value3 |
I would like a visual that looks instead like:
Items:
Value1, Value2, Value3 etc.
is there a visual that will do this? Basically representing the values as a string of text?
Solved! Go to Solution.
@Unicorn_Tech , create this as measure and add that to visual
measure= concatenatex(Table, Table[Items], " ,")
Hi. Thanks for the reply. I'm not familiar with how to create a visual that will do that - or do you mean a seperate table? Can you please give me a little more info? Thanks.
@Unicorn_Tech , create this as measure and add that to visual
measure= concatenatex(Table, Table[Items], " ,")
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |