Forum Discussion

vfx661's avatar
vfx661
Advocate I
2 years ago

Get value from a table column - concisely

I'm coming from R where for a table called 'tbl' we can get a value like this: tbl[i, j] or if the table only has one row tbl[j] Is there something similar in DAX?  I've been using  FIRS...