Forum Discussion
andyspa
Helper I
5 years agosemicolon Country field
Hello everybody! I have the following issue.. the dataset contains in each row a project. The filed country is populated with more than one, separated by semicolon. I also have a field with the r...
- 5 years ago
andyspa , You need to create custom column in power query
I tried , this is the custom column in power query before you split to divide the amount
= List.Count(Text.Split([Users],","))
amitchandak
Super User
5 years agoandyspa , You need to create custom column in power query
I tried , this is the custom column in power query before you split to divide the amount
= List.Count(Text.Split([Users],","))
andyspa
Helper I
5 years agothanks. so i created that custom column (what's "users" in brackets?). Then I split and then create another custom column with the division?