Forum Discussion
gco
6 years agoResolver II
MonthEnd and YearEnd
I am pulling data for the whole year daily (with postdate as daily). And i am trying to figure out how to create a measure for each monthend and display it on a table/matrix and yearend totals in Po...
- 6 years ago
I think i got a working solution. On my table, i created a new column called MonthEnd.
MonthEnd = EOMONTH('Table'[POSTDATE],0)
And used that as a column in my matrix.
gco
6 years agoResolver II
I think i got a working solution. On my table, i created a new column called MonthEnd.
MonthEnd = EOMONTH('Table'[POSTDATE],0)
And used that as a column in my matrix.