I have two tables and I created a tabular model in sql server data tools VS 2010. and I am able to see this data in the design window.this data is imported form sql server.This model.bim is developed in sql server 2012.After the model is developed I deployed it to SSAS.Now when I call this model in report builder I am not able to see the table data.I tried to run those two tables in SSAS. using DAX lang. For example table name is employeeCan any one let me know why I am facing this error?evaluate('Employee')Executing the query ...Cannot query internal supporting structures for column 'Employee' because they are not processed. Please refresh or recalculate the table 'Employee'.
↧