Hello. I am listing out all the rooms for my organization.
But what I want is to filter by Location.
I set the Location in the admin center and I'm wondering if we can filter using this value in PowerApps?
Thank you.
Solved! Go to Solution.
Hi @Mgodby :
Please try this code:
Filter(
AddColumns(
Office365Outlook.GetRooms().value,
"location",
Office365Users.UserProfile(Address).OfficeLocation
),
location="XXXXXXX"
)
For example:
I suppose to filter out the rooms on the 1st floor.
Best Regards
Bof
Hi @Mgodby :
Please try this code:
Filter(
AddColumns(
Office365Outlook.GetRooms().value,
"location",
Office365Users.UserProfile(Address).OfficeLocation
),
location="XXXXXXX"
)
For example:
I suppose to filter out the rooms on the 1st floor.
Best Regards
Bof
Hi @Mgodby :
Please try this code:
Filter(
AddColumns(
Office365Outlook.GetRooms().value,
"location",
Office365Users.UserProfile(Address).OfficeLocation
),
location="XXXXXXX"
)
For example:
I suppose to filter out the rooms on the 1st floor.
Best Regards
Bof
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
196 | |
69 | |
49 | |
46 | |
18 |
User | Count |
---|---|
249 | |
126 | |
84 | |
75 | |
74 |