The problem: My SSRS report based on my Cube is not getting the latest data from the table associated with the Cube. How do I either a) tell the report to use the latest table data, or b) delete any report cache file that might be preventing a table data refresh?
Using SQLserver, SSRS, SSAS v2008 R2. I've updated a table structure and its data using queries inside the sql management studio. In the cube using this database/table I've processed and deployed (the cube + .dsv), all looks good. From the report I've tried refreshing the datasource fields, which works, but the data itself is NOT refreshed, and I can't find any options to do just that.