Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello community,
I want you to help me by creating a measure to take the last value of a column: https://docs.google.com/spreadsheets/d/1tJD3U_IWL1PX9CwToPW9vk2-YTT-rIJLTqJtqzt02KU/edit?usp=sharing
However, I am taking the highest value and I do not know why.
Thank you.
Solved! Go to Solution.
Hi,
You could use the below formula to return the last value of the column.
(This is to get the last value of column A)
=INDEX(A:A,MAX((A:A<>"")*(ROW(A:A))))
Hi @jracer007,
So the answer you are expecting is 92029 (the value in cell A708). Am i correct?
Hi,
See my solution here.
Hi,
You could use the below formula to return the last value of the column.
(This is to get the last value of column A)
=INDEX(A:A,MAX((A:A<>"")*(ROW(A:A))))
is a measure?
Not a measure, you could use the formula in the sheet youve provided.
If you need the last value, you can click the dropdown of the value column in power BI, no need of measures.
If you could share your power bi screen, it's more easy to answer.
plz
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 53 | |
| 44 | |
| 42 | |
| 39 | |
| 34 |