Forum Discussion
pmdci
10 years agoAdvocate V
DAX: relating a field from another table in a function
Hi, I created the following DAX calculated column, which I am using across different tables. =(YEAR(Today())-YEAR(DATEFIELD]))*12+MONTH(Today())-MONTH([DATEFIELD]) This field calculates h...