Forum Discussion
qsong
Helper II
6 years agoConvert 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, ...
- 6 years ago
qsong - Use MAX or MIN
- 6 years ago
Finally I used VALUE(MAX()) to refer the column names, and it works for me.
Thank you.
amitchandak
Super User
6 years agoqsong , are you using live connection? Otherwise, you can simply change the data type to the number and it should work as long as all values in the column are number
qsong
Helper II
6 years agoI am using the live connection. So I cannot use power query to make the change.