Forum Discussion
Measure TOTALQTD not working
JoseQ What you have is a valid behavior for QTD and YTD functions in DAX.
1. You will see number for May and June even though there is no revenue yet because they both are part of the same quarter that April is in and since we are using a QTD (Quarter to Date) measure, it will show the total revenue in the quarter so far. If you don't want to see the number for May and June, I suggest you have a column in your 'Date' table that will tell you which month is in future and based on that you can toggle between showing the number as is or a blank.
2. Same thing applies for YTD as well as it is Year to Date. You can apply the same logic here
3. For the first three months, QTD and YTD will be same. This is after assuming that Jan to March is the first quarter for your org.
Thank you. Im still not clear with some concepts but i'll keep on research.
I'm also requesting the approval to remove/delete all images/screenshots provided by myself during the discussion since this information is confidential. I can leave all the text in case some one else with the same issue can find an answer on this conversation.