Forum Discussion
hashira98
2 years agoNew Member
Inserting text into an integer data label
Good morning guys, I have a need in Power BI, I have a calculated column that returns the difference between two dates, in days format. However, when I place this new field on a chart, I would like ...
OwenAuger
2 years agoSuper User
Hi hashira98
As a first option, I would specify a custom format string for the column, specifically this (the initial zero can be adjusted to any other format string you like):
0" days"
Does this work for you?
Regards