nerdexam
Microsoft

PL-200 · Question #258

A company creates a canvas app. The app requires users to enter their social security number. The app should only display the last four digits when the user tabs to a different column. You need to…

The correct answer is D. Power Fx. Power Fx is the low-code formula language used in Power Apps canvas apps to control app behavior, logic, and data transformations. To mask a social security number and display only the last four digits when a user moves to a different field, you would write a Power Fx…

Create apps by using Microsoft Power Apps

Question

A company creates a canvas app. The app requires users to enter their social security number. The app should only display the last four digits when the user tabs to a different column. You need to configure the app. Which option should you use?

Options

  • ABusiness rule
  • BBusiness process flow
  • CPower BI DAX
  • DPower Fx

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    3% (1)
  • C
    8% (3)
  • D
    74% (28)

Explanation

Power Fx is the low-code formula language used in Power Apps canvas apps to control app behavior, logic, and data transformations. To mask a social security number and display only the last four digits when a user moves to a different field, you would write a Power Fx expression (e.g., using Right() or text manipulation functions) on the control's OnChange or Default property. Option A (Business rule) is primarily used in model-driven apps for field validation and visibility, not canvas apps. Option B (Business process flow) is a guided multi-stage process tool, not a data masking mechanism. Option C (Power BI DAX) is a formula language specific to Power BI data modeling and has no role in Power Apps canvas app configuration.

Topics

#Power Fx#Canvas apps#Data masking#Form controls

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice