Forum Discussion
powerbidev123
Solution Sage
1 month agoDatesYTD ,TotalYTD
What is the difference between DatesYTD and TotalYTD in simple terms
DatesYTD returns a table of dates (usually to use in a calculate function or filter)
TotalYTD Returns a calculated value based on what parameters you pass the functionDatesYTD is just identifying all the dates in the year so far
TotalYTD is actually calculating an expression based on the dates in the current year so far
1 Reply
- d_m_LNK
Super User
DatesYTD returns a table of dates (usually to use in a calculate function or filter)
TotalYTD Returns a calculated value based on what parameters you pass the functionDatesYTD is just identifying all the dates in the year so far
TotalYTD is actually calculating an expression based on the dates in the current year so far