Forum Discussion
vfx661
2 years agoAdvocate I
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...