Forum Discussion
Gerber
4 years agoNew Member
Combining fields in table - Number & Percentage
Hi All
I have a requirement to show percentage of a total next to the number in a cell. (The table doesn't have a totals row so I'm not worried about that)
Is this possible?
Thanks 🙂
Gerber , You can create a text measure like this and use
measure = [meausre1] & "(" & [Percent Meausre] & ")"
3 Replies
- amitchandakSuper User
Gerber , You can create a text measure like this and use
measure = [meausre1] & "(" & [Percent Meausre] & ")"
- GerberNew Member
Wow. Thanks for the quick reply amitchandak
I'll give this a go now. 🙂
- GerberNew Member
Thanks amitchandak for the solution.
I did have some weirdness with the percentage losing it's formatting when concatenating but solved it in the datasource.