Forum Discussion
Show data progress in time
- 5 years ago
schoden ,My bad
calculate(lastnonblankvalue(Date[Date],max(Table[status])), filter(allselected(Date),Date[Date] <=max(Date[Date])))
schoden , with help from a date table, try a measure like
filter(lastnonblankvalue(Date[Date],max(Table[status])), filter(allselected(Date),Date[Date] <=max(Date[Date])))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
- amitchandak5 years agoSuper User
schoden ,My bad
calculate(lastnonblankvalue(Date[Date],max(Table[status])), filter(allselected(Date),Date[Date] <=max(Date[Date])))
- schoden5 years agoPost Partisan
- schoden5 years agoPost Partisan
Hi amitchandak ,
Sorry for for gap but I am struggling to get lastnonblankvalue for EACH ID in Each MONTH ?
For example in Jan 2020 there are two IDS - show all value for all each ID.
Will really appreciate.