Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

DAX query to create new boolean columns

Hello,    I need help with the following DAX query. I am using Power Bi Desktop. I have a table_1 with the following fields   record_ID text record_1 'blablabla' record_2 'bl...
  • Anonymous's avatar
    Anonymous
    6 years ago

    HiAnonymous 

     

    You are looking for a sort of unpivot function to create colunms using DAX. You can do this in m-query, but as far as I know you can't dynamically create columns in dax without some sort of manual intervention.

    Using a measure it is no problem to create your table.

     

    hope this still a bit helpfull.

     

    Jan