Ania26Helper IV1 year agoSolvedFormat Measure Hello I have measure QTY = '2_Event_MAP'[Country]&" ("&'2_Event_MAP'[Sample QTY]&" )" and it looks like this Australia (170000). How to make this number inside with thousend separator? Show MoreRitaf19831 year agoHi Ania26 QTY = '2_Event_MAP'[Country]&" ("&Format('2_Event_MAP'[Sample QTY], "#,##0")&" )" If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Ritaf19831 year agoHi Ania26 QTY = '2_Event_MAP'[Country]&" ("&Format('2_Event_MAP'[Sample QTY], "#,##0")&" )" If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Ritaf19831 year agoHi Ania26 QTY = '2_Event_MAP'[Country]&" ("&Format('2_Event_MAP'[Sample QTY], "#,##0")&" )" If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Related contentMeasure Conditional formattingSwitch Measure - conditional formattingMeasures - editing number formatsConditional Formatting Based on MeasureColour formatting on Measure