Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Power Query - Counting Members of AD Groups

Hello,

 

i like to know how many members an AD Group has. Therfore i connected via Power Query our AD and read the "group" Table. In the Field group.members are the user informations stored but i dont know how i get transform them to a head count instead of a list field. Can anyone help?

3 Replies

  • v-yuta-msft's avatar
    v-yuta-msft
    Icon for Community Support rankCommunity Support

    Anonymous ,

     

    You can use power query function List.Count() in your senario. 

    List.Count(list as list) as number  

    Please refer to power query reference:

    https://docs.microsoft.com/en-us/powerquery-m/list-count

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks, but how can i use it? Do i need to transfor the Query in any ways?