Skip to content
PL-400
Implement Power Apps improvements
hard
Question 5 of 24

A developer wants a delegable comparison between Budgets and the current user's business unit. Which formula follows Microsoft guidance for equality comparisons?

AFilter(Budgets, 'Business unit ID'.Name = LookUp(Users, 'Primary Email' = User().Email, 'Business Unit').Name)
BFilter(Budgets, LookUp(Users, 'Primary Email' = User().Email, 'Business Unit').Name = 'Business unit ID'.Name)
CSet(CurrentBu, LookUp(Users, 'Primary Email' = User().Email, 'Business Unit').Name); Filter(Budgets, CurrentBu = 'Business unit ID'.Name)
DClearCollect(MyBudgets, Budgets); Filter(MyBudgets, 'Business unit ID'.Name = LookUp(Users, 'Primary Email' = User().Email, 'Business Unit').Name)

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion