Forum Discussion
Need assistance with MTD calculation
I have been through previous requests, but cannot find an answer I can get to work correctly in those responses.
I am trying to count the number of events until today, but this is not taking the current date into consideration
Would appreciate any guidance
3 Replies
- Greg_Deckler
Community Champion
SuzanneSte This video shows a bunch of different options for this:
- SuzanneSteFrequent Visitor
I've been through your video, still floundering 😞
- AnonymousNot applicable
Hi SuzanneSte ,
Could you consider providing more context?How to Get Your Question Answered Quickly
How to provide sample data in the Power BI Forum
You may also consider using only the date functions:
MTD Start = CALCULATE ( COUNT ( 'events-export'[Invitee Email] ), FILTER ( 'DateTable', 'DateTable'[Year] = YEAR ( TODAY () ) && 'DateTable'[Month] = MONTH ( TODAY () ) && DAY ( 'DateTable'[Date] ) <= DAY ( TODAY () ) ) )Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum