Forum Discussion
Power Query - Counting Members of AD Groups
- 7 years ago
Anonymous ,
After you pull the group members, then you can use this power query function on the next step. Reference about power query:
https://www.howtoexcel.org/power-query/the-complete-guide-to-power-query/
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 ,
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.
Thanks, but how can i use it? Do i need to transfor the Query in any ways?
- v-yuta-msft7 years ago
Community Support
Anonymous ,
After you pull the group members, then you can use this power query function on the next step. Reference about power query:
https://www.howtoexcel.org/power-query/the-complete-guide-to-power-query/
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.