Forum Discussion
smpa01
3 years agoCommunity Champion
calculation group alignment issue for string
I have a measure as this
test = "this is a multiline test"
& UNICHAR (10) & "one"
& UNICHAR(10) & "two"
& UNICHAR(10) & "three"
If I use calculation group (Tabular Editor version 2.16.7), the measure is right aligned whereas without CG, the measure is left aligned.
I want to use calculation group but the CG measure should return a left aligned string. Is there a way around?
Using Calculation group
PBI Measure
Thank you in advance
smpa01 I did the same thing but got the left aligned with or without CG. See attached PBIX file, let me know if I'm missing something or doing it differently.