Forum Discussion
ROG
Responsive Resident
3 years agototal by month showing wrong value.
Hey guys,
I have the table below with the closing base showing the correct value by day, but the total by month is wrong.
It's giving me the average, and for the business logic it should be giving me the last day amount which is 1,172,294.
So for each month the value should be the amount for the last day of the month.
What do I need to do to see the expected value?
Many thanks!
I used the dax below and it works.
Monthly Closing Month - 30D = CLOSINGBALANCEMONTH([Daily Closing Base - 30D], '🔎Calendar'[Date])