Forum Discussion
qsong
5 years agoHelper II
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, ...
- 5 years ago
qsong - Use MAX or MIN
- 5 years ago
Finally I used VALUE(MAX()) to refer the column names, and it works for me.
Thank you.
Greg_Deckler
5 years agoCommunity Champion
qsong - Use MAX or MIN
qsong
5 years agoHelper II
Finally I used VALUE(MAX()) to refer the column names, and it works for me.
Thank you.