Hi All,
I am using this formula to get the list of departments in the active directory. This works for tenants with few users, but the problem is that we have more than 10k users and the Office365Users function can only retrieve up to 999 users, I believe. Is there a workaround for this?
Distinct(
Filter(
Office365Users.SearchUser(),
Len(Department) > 0
),
Department
)
@WarrenBelz this is a follow up to the previous post that I asked.
Thanks
Adrian