You are a Power BI administrator. A user reports that a shared dashboard shows 'Sensitive data detected' for certain visualizations, but the dashboard is configured with row-level security (RLS). What is the most likely cause of this issue?
Trap 1: The dashboard owner has not granted the user 'Build' permission on…
Missing Build permission would cause access errors, not sensitivity detection.
Trap 2: RLS is incorrectly configured and allowing users to see data they…
RLS does not prevent sensitivity labels from being detected; it only filters data at query time.
Trap 3: The user is viewing the dashboard in a browser that does not…
Sensitivity labels are applied server-side and do not depend on browser support.
- A
The dashboard owner has not granted the user 'Build' permission on the dataset.
Why wrong: Missing Build permission would cause access errors, not sensitivity detection.
- B
RLS is incorrectly configured and allowing users to see data they should not.
Why wrong: RLS does not prevent sensitivity labels from being detected; it only filters data at query time.
- C
A Microsoft Purview sensitivity label is applied to the dataset or report.
Sensitivity labels can cause 'Sensitive data detected' messages regardless of RLS.
- D
The user is viewing the dashboard in a browser that does not support sensitivity labels.
Why wrong: Sensitivity labels are applied server-side and do not depend on browser support.