Forum Discussion
Christoph_CEDES
9 months agoNew Member
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...
- 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. ✅
anilelmastasi
9 months agoSuper User
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. ✅
- Christoph_CEDES9 months agoNew Member