I'm trying to build a report that connects to SSAS and reads from a cube. when I build the report using excel I got the expected correct result:
the CPI column is a percentage measure in the cube, and the total 0.93 is correct.
However if I wanted to do the same in a SSRS report the report will sum the CPI column and the total of the column will be 6.39 which is wrong.
so how can I achieve the same as excel but through SSRS ?