Forum Discussion
Thousand separator for General Number
- Anonymous4 years ago
HI sprakash99,
AFAIK, current you can't set multiple format rules in the same table numeric field.
I'd like to suggest you write a measure formula with if statements and format functions to dynamically change the output string with different formats. (notice: when you use the format function, it will convert the result to text type)FORMAT function (DAX) - DAX | Microsoft Docs
Regards,
Xiaoxin Sheng
HI sprakash99,
AFAIK, current you can't set multiple format rules in the same table numeric field.
I'd like to suggest you write a measure formula with if statements and format functions to dynamically change the output string with different formats. (notice: when you use the format function, it will convert the result to text type)
FORMAT function (DAX) - DAX | Microsoft Docs
Regards,
Xiaoxin Sheng