Forum Discussion
darylmc
6 years agoFrequent Visitor
Excel TEXT function - equivalent in DAX
Hi All, I'm looking to replicate =TEXT(A2,"0000") in DAX in order to make sure a string column has at least 4 characters. What is the function to achieve this? Thanks in advance
- 6 years ago
Use M, in transform data mode
Anonymous
6 years agoNot applicable
Use the FORMAT function.
Best
D
Best
D