Fixing Power BI RLS that Returns only the first matching row
Summary A production report implemented Row-Level Security (RLS) using a central access mapping table. The logic was designed to allow users to access specific identifiers (IC) or gain full access via an “ALL” wildcard. However, the implementation failed by only returning the first matching row for any given user, effectively breaking data visibility for users … Read more