Forum Discussion

andyspa's avatar
andyspa
Icon for Helper I rankHelper I
5 years ago
Solved

semicolon 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...
  • amitchandak's avatar
    amitchandak
    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],","))