Forum Discussion
atul9063
7 years agoHelper III
Matrix Visual Formatting Issue
Hi, I have to matrix report below format Below challenges i m facing. 1) I have created calulcated column to concatinate 7M and +0.4%WoW but I have to show 7M in bold and +0.4%WoW ...
- 7 years ago
Hi atul9063,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
v-frfei-msft
7 years agoCommunity Support
Hi atul9063,
We can create a calculate column to work on it. However we cannot show the text in bold by DAX here.
Column = 'Table1'[Value]& UNICHAR(10)& "+"& FORMAT('Table1'[Wow],"percent") & " wow"
For more details, please check the pbix as attached.
Regards,
Frank
v-frfei-msft
7 years agoCommunity Support
Hi atul9063,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank