A modeller wants to add row-level security to a semantic model that uses imported data. Where are RLS roles and DAX filter rules originally defined?
- ADefine roles and rules directly in the Power BI service Security page on the semantic model.
- BDefine roles and rules in Microsoft Purview Information Protection alongside sensitivity labels.
- CDefine roles and rules in Power BI Desktop via the Modeling tab and Manage Roles. Correct
- DDefine roles and rules in the Microsoft Entra admin center using directory-scoped groups.
Why A is wrong: The service Security page is for adding members to roles, not for authoring the DAX filter rules themselves.
Why B is wrong: Purview Information Protection governs sensitivity labels, not RLS roles.
Why C is correct: Correct. RLS roles and their DAX filter expressions are authored in Power BI Desktop on the Modeling tab via Manage Roles.
Why D is wrong: Entra ID provides identity for membership; it is not where the DAX filter rules are authored.