I have shared a sample PBI file.
I can’t determine why results in Table 1 do not replicate the results in Table 2 and would extremely appreciate guidance on how to achieve this.
Output required is Table 1 displaying Table 2 results which would allow for date context filter - Table 2 results are correct and Table 1 are incorrect.
Table 1 uses Measures to grab Initial and Last Scores per client, which means the results are dictated by the date context and are dynamic in nature.
Table 2 uses a combination of M and Calculated Columns to grab Initial and Last scores per client, which means the results will not be affected by the date context and are static in nature.
The method for calculation is consistent for both tables which is the following;
RCI:
- 1.96*Standard error of change
- Standard error of change =
- Standard Deviation (population) of client * √(2) * √(1-0.93)
1.96*(Standard Deviation (population) of client * √(2) * √(1-0.93))
Change = Last Score-Initial Score
Change more than RCI = reliable improvement
Change less than RCI = reliable deterioration
else Reliable Static
Please feel free to suggest new measures / modifications to existing measures to provide required output.
Please also let me know if I can provide any further information.
Hi @PeterF, did the response provided by @ankit help in solving your query? If not, how far did you get and what kind of help you need further? If yes, kindly mark as solution the answer that solved your query.