I would love to see the ability to format text with formulas. Bolding, italicizing, and underling would all be extremely helpful when trying to use formulas to build dynamic rich text descriptions within tables.
Ideally it would look like [Table].Titles.ToBold() to get the results I would be most interested in.
Hi @Nick_Storrs, solution posted by @Johg_Ananda is nice and works until hidden formulas will be supported, so hopefully for some time, but i thought that maybe if you use table formatting you can achieve, at lest partially a similar result, could it be?
@Matthew_Shane You can hack this by creating a table with your ‘format styles’ - make one of them be {1} and style it as a h1, h2, etc. Then use format() to format your text with that style. Its a little clunky but will work!