Forum Discussion
Format Different format for decimal
You could create a calculation group with a different calculation item for each category. Each calculation item can have a different format string, and that format string can even include DAX so you could put any additional logic you needed in there.
thanks for comments. so you meant I need to create 6 calculation (or measures) with different format strings... then what you mean by putting additional logic in where?? in the Var/Return measure?
- johnt753 years agoSuper User
they wouldn't be measures, they would be calculation items in a calculation group. each calculation item has a format string expression which you can set in Tabular Editor when you create the item. that format string expression can contain DAX, so you can put IF or SWITCH statements in there if you need to.
- 486kyoko3 years agoRegular Visitor
Thanks again for reply. unfortunately i cannot download the external tool as company IT policy. I am seeking a solution from basic DAX code now. Thank you for help.