March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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], " ,")
@Unicorn_Tech , use concatenatex
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], " ,")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
92 | |
86 | |
77 | |
49 |
User | Count |
---|---|
166 | |
149 | |
99 | |
73 | |
57 |