Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
HI all,
Tried to find a solution but couldn't find one.
I have a column with Client Name and a column called "Service Name" where all services contracted are included.
In the example below, Client A has 3 different "Service Name" ---> Service 1, Service 2 and Service 3
| Client_Name | RollCall_Date | SegmentName | ServiceName |
| Client A | 01-mar-22 | Majors | Service 1 |
| Client A | 01-mar-22 | Majors | Service 1 |
| Client A | 01-mar-22 | Majors | Service 2 |
| Client A | 01-mar-22 | Majors | Service 2 |
| Client A | 01-mar-22 | Majors | Service 2 |
| Client A | 01-mar-22 | Majors | Service 2 |
| Client A | 01-mar-22 | Majors | Service 1 |
| Client A | 01-mar-22 | Majors | Service 1 |
| Client A | 01-mar-22 | Majors | Service 1 |
| Client A | 01-mar-22 | Majors | Service 1 |
| Client A | 01-mar-22 | Majors | Service 3 |
| Client A | 01-mar-22 | Majors | Service 3 |
| Client A | 01-mar-22 | Majors | Service 3 |
| Client A | 01-mar-22 | Majors | Service 3 |
Currenly and using "distinc Count" I can show how many Services are included x customer.
What I would like to do is create a new column where the names of the different services appear in text, not just the number. But I am not sure if this is possible.
IN this case, next to the #ServiceName column showing the different services contracted, another one showing which services.
Service 1 & Service 2
Service 1 & Service 3
Service 1, service 2 & Service 3, etc.
Thanks
Solved! Go to Solution.
I was able to find a solution from @v-juanli-msft that should work for you.
In your case the calculated column would be written as
Proud to be a Super User! | |
I was able to find a solution from @v-juanli-msft that should work for you.
In your case the calculated column would be written as
Proud to be a Super User! | |