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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, Below is the data. I want output as mention in Green column. I found there is a way of doing it with Edit Query option. Using Group by & need to write power query. But I want output as per below.
Solved! Go to Solution.
@KL718 ,
Add a calculated column in DAX.
Column =
CONCATENATEX (
FILTER ( Table1, Table1[Name] = EARLIER ( Table1[Name] ) ),
Table1[Exp],
UNICHAR ( 32 )
)
@KL718 ,
Add a calculated column in DAX.
Column =
CONCATENATEX (
FILTER ( Table1, Table1[Name] = EARLIER ( Table1[Name] ) ),
Table1[Exp],
UNICHAR ( 32 )
)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 38 | |
| 38 | |
| 28 | |
| 27 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 73 | |
| 66 | |
| 65 |