----Fincial Year strats from July 1st
Books Received for Current Year YTD =
CALCULATE(([Books Received]),DATESYTD('Date'[Date],"30/06"))
Books Received previous Year YTD =
Solved! Go to Solution.
Books Received for Previous Year YTD =
CALCULATE(
[Books Received],
DATEADD( DATESYTD( 'Date'[Date], "30/06" ), -1, YEAR )
)
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Books Received for Previous Year YTD =
CALCULATE(
[Books Received],
DATEADD( DATESYTD( 'Date'[Date], "30/06" ), -1, YEAR )
)
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
119 | |
75 | |
66 | |
51 | |
49 |
User | Count |
---|---|
180 | |
96 | |
79 | |
77 | |
74 |