Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
As shown in this picture, I have multiple rows with the same User Name, CAN ID and section.
A User can be linked to one or more keytags.
I want to combine the Keytags rows with a comma into one single row.
How can I accomplish this?
Solved! Go to Solution.
I have 3 columns (User Name, CAN ID and Section). tried, but can't achieve the outcome that I want.
You can pivot your rows to columns, then create a new column that concatenates the values from those columns.
I have 3 columns (User Name, CAN ID and Section). tried, but can't achieve the outcome that I want.
User | Count |
---|---|
97 | |
76 | |
76 | |
47 | |
26 |