Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have following table:
and trying to create a calculated columns that returns comma separated Non-blank Column names along with their value. (goal is geneate the orange column values)
I used following and could only return the values not the column name
Solved! Go to Solution.
@Anonymous , Try like
Column = CONCATENATEX( filter(union(row("Name","A","Value",[A]),row("Name","B","Value",[B]),row("Name","C","Value",[C]),row("Name","D","Value",[D])), not(ISBLANK([Value])) ), [Name] & " : " & [Value] & " , ")
@Anonymous , Try like
Column = CONCATENATEX( filter(union(row("Name","A","Value",[A]),row("Name","B","Value",[B]),row("Name","C","Value",[C]),row("Name","D","Value",[D])), not(ISBLANK([Value])) ), [Name] & " : " & [Value] & " , ")
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 10 | |
| 10 | |
| 8 | |
| 8 |