I am using the SSAS to develop the tabular model. I am able to extract the data from the database. However, when I try to deploy I keep on getting this error.
Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error] An error happened while reading data from the provider: 'Object reference not set to an instance of an object.'. '.
I have tried many solution like:
- Check my database connection
- Check the datatype in the table
However, none of the solution works.
Is there a way to find the issue with the Object reference not set to an instance of an object error?