Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Is there a way to write table data into the SSAS tabular model?

Is there a way to write table data into the SSAS tabular model? The background is to test the feasibility of the source data (middle office) to push data of database into the SSAS database by schedul...
  • marcosvin's avatar
    3 years ago

    Hello!

     

    No, OLAP cubes are not designed for DML operations (insert, update, delete). In traditional data warehouse or data mart scenarios you need to have a database (SQL Server for example) and schedule ETL loads to update the data frequently in the SQL database. After that, you can schedule jobs to process the OLAP cubes, that is, update the data according to recent modifications made to the SQL database.