Forum Discussion

Beniya_Samson's avatar
Beniya_Samson
Frequent Visitor
3 years ago
Solved

Multi Tenancy

Dear All, Can Anyone explain how multi tenancy can be enabled in the following Scenario.   I have 10 clients with sales transaction in a single table and a single dashboard, each client will have ...
  • Greg_Deckler's avatar
    3 years ago

    Beniya_Samson Well, the easiest path to take would be to leverage Row Level Security (RLS). So each customer would be their own role and RLS rules would determine that they only see their own data. Hard to be specific with the information provided. In this scenario, you would have a single data model. And if it is import mode then, yes, it is technically stored as a tabular cube.