CRM Dashboard not displaying values when running application

Hi, Please can you assist me with this issue I'm having with Blazor Studio WASM application, I have followed the CRM tutorial and am now stuck because I can't get my values to display on the Dashboard, I initially ran a SQL script to update the data dates for the tutorial to more current dates as I thought that might be the issue, but even if I hard code the revenue it does not show anything, please see below what I have done so far.
Oh and my column sizing doesn't seem to be working on main row for the page/dashboard or I'm not doing it right. Thank you.





There is probably an exception that happens - you can check your browser's developer tools or debug the application.

Thanks for the prompt response, please see below developer tools, they are showing me that the data is pulling through, so something is missing on the heading element/tag that does not allow the values to display, thanks once again.



The response looks correct. You can check the code which invokes the method and assigns the monthlyStats field.

Thanks, I have the code below, I don't really know c# that well, so I'm not sure what to look for. It looks correct to me, I have opened the app it in Visual Studio 2022 to see if that will give me any errors, but the build also succeeds there.