Forum Discussion

SamyAbdul's avatar
SamyAbdul
Frequent Visitor
2 months ago
Solved

DimUserAccess Optimal Design

Hi Experts, I have designed the DimUserAccess dimension which consists of 26 columns, it could be fair to assume that it is  wide table. Now, I have design quandry such as leave it as a single table ...
  • oussamahaimoud's avatar
    oussamahaimoud
    2 months ago

    The solution is about keeping the single wide table because your cardinality (1k–10k rows), DAX RLS pattern, SOX atomicity requirement, and Direct Lake fallback risk all point in the same direction. The bridge adds complexity with zero benefit at your current scale. Revisit only if scope types multiply significantly.