Forum Discussion
Report Page Tooltip displaying the wrong value
Hi kirbynguyen ,
Is Residual a measure or a calculated column? Please try to create a measure Residual as below and check if you can get the correct result...
Measure = SUM([Y Value]) - [Predicted Value]
If the above one is not your expected result, please provide more raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Everything is a measure. The residual needs to be a measure because the time frame may change and that changes the slope of the line. What's weird to me is that the X value shows the correct value, but the residual does not