Orders、Date、Cityという名前の3つのテーブルを含むMicrosoftPowerBIデータモデルがあります。日付と注文の間、および市と注文の間には1対多の関係があります。 モデルには、Role1およびRole2という名前の2つの行レベルのセキュリティ(RLS)ロールが含まれています。Role1には、次のフィルターが含まれています。 City [State Province]="ケンタッキー" Role2には次のフィルターが含まれています。 日付[暦年]=2020 ユーザーがRole1とRole2の両方のメンバーである場合、モデルを使用するレポートにどのようなデータが表示されますか?
正解:B
When a report user is assigned to multiple roles, RLS filters become additive. It means report users can see table rows that represent the union of those filters. nce: https://docs.microsoft.com/en-us/power-bi/guidance/rls-guidance