I have a table like the below. What I want to be able to do is return the last 'Total' value per month, some rows may be blank.
Date | UK | SA | Total |
29/03/2020 | 44 | 12 | 66 |
30/03/2020 | 5 | 5 | |
31/03/2020 | |||
01/04/2020 | 7 | 19 | 26 |
02/04/2020 |
Solved! Go to Solution.
Hi,
I think your solution is here, with LASTNONBLANK :
https://exceleratorbi.com.au/lastnonblank-explained/
Have a nice day
Hi,
I think your solution is here, with LASTNONBLANK :
https://exceleratorbi.com.au/lastnonblank-explained/
Have a nice day
I'd found LASTNONBLANK already but couldn't figure out why it wasn't working.
Realised I'd got a number field set as TEXT!!!
Thanks
User | Count |
---|---|
328 | |
131 | |
83 | |
78 | |
46 |
User | Count |
---|---|
376 | |
220 | |
116 | |
108 | |
107 |