This issue occurred when we move/copy the SSAS solution to a different folder. if this is not getting solve by any of the way then the workaround that can be done is to create a new project by importing the project from Tabular instance using “Import from Server” in SQL Server Data Tools in case you have copy of solution deployed in SSAS tabular instance.
Related Posts
SSAS 2012 – Multi-Dimensional Handout
Topics Dimensional Modeling Building a Cube Dimension Usage Namedset Calculated Member KPI Drill Through Partition Design Aggregation Perspective Translation Browsing…
SSAS Error – KEY NOT FOUND while processing the Cube
1) The KeyNotFound property on the dimension ErrorConfiguration is for snowflake schema. 2) For example, you have employee table which…
Analysis Service – How to create a measure of varchar datatype in SSAS cube
Work round: 1) We can do some work around if we have data like Age (21,50, 75) which is stored…