Forum Discussion

qsong's avatar
qsong
Helper II
5 years ago
Solved

Convert string to number in DAX Function

Hello Community,   I connected to the source data through the online mode of the AAS model in Power BI, so I am not able to change formats of the datasets using the conventional ways (power query, ...
  • qsong's avatar
    qsong
    5 years ago

    Finally I used VALUE(MAX()) to refer the column names, and it works for me.

     

    Thank you.