Forum Discussion

Christoph_CEDES's avatar
Christoph_CEDES
New Member
9 months ago
Solved

DAX: Convert data type [Record] to columns

Hello,   I have a data model which has the data I need stored in a column of type [Record]. Judging by the table layout and knowing the API they mirror, this is a whole JSON (sub-) object which wen...
  • anilelmastasi's avatar
    9 months ago

    Hello Christoph_CEDES ,

     

    Record fiels can not be accessed in DAX. Only M Language can expand Record files. DAX can only operate on numbers, text, dates etc. This is a known limitation of DAX.

     

    If this solved your issue, please mark it as the accepted solution.