Forum Discussion
Anonymous
7 years agoNot applicable
Sum data with custom suffix
Hey, i'm trying to make my report a little bit more user-friendly by adding a custom suffix (in this case GB to show that my numbers are in Gigabytes). I added the suffix via the PowerQuery Edito...
sturlaws
Resident Rockstar
7 years agoHi, Anonymous,
there is no equivalent function in Power BI. You could try to use the concatenate function in a measure, and see if that helps: concatenate(sum(value)," GB")
Anonymous
7 years agoNot applicable
Hey sturlaws ,
that really helped for the first step. Thanks! Now i wanted to add a thousands seperator. That does not seem to work, since the measure is considered a text, too.
Greetings!