This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Everybody,
I would like to know what is the best way to access a value of table with a measure (not a calculated column).
for sample : I display this lines :
A
A
B
B
B
C
C
I would like to create à measure which is able to calculate anything from from the value of the first column. I often use lastnonblank(['Column1'],1). For the row 1 it would give me "A". But is it the best way ? Which solution do you use ?
Solved! Go to Solution.
Take a look at the "...X" DAX commands for some of the most common commands (COUNTX / COUNTAX / SUMX / AVERAGEX). These allow for more Row Based logic to be included in the command. You can do some simular functions with the CALCUALTE(... command also adding Filters into logic. I hope this helps get you started...
Proud to give back to the community!
Thank You!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |