Forum Discussion
AU555
Helper I
5 years agoFixed measure across empty rows
Hi all, my problem has probably very easy solution, but as I am not too experienced I simply cannot figure it out. I have a task to calculate predicted expenses for the next years, so far only the a...
- 5 years ago
AU555 , Based on what I got , Try a measure like
measure =
var _rate = calculate(lastnonblankvalue(Table[year], [Rate]), allselected(Table)
return
[expected]*_rate
amitchandak
Super User
5 years agoAU555 , Based on what I got , Try a measure like
measure =
var _rate = calculate(lastnonblankvalue(Table[year], [Rate]), allselected(Table)
return
[expected]*_rate