Forum Discussion
Anonymous
8 years agoNot applicable
Add units to a card
I need to add a unit to my card.
I can do the card without the DAX, but something tells me that I need to do a DAX but can't figure how can i ampersand the term "days" to it.
the reading I need to have is 20.30 days
Thanks for the help.
Promediodias Text = [Promediodias] & " Days"
?
2 Replies
- Greg_Deckler
Community Champion
Promediodias Text = [Promediodias] & " Days"
?
- AnonymousNot applicable
Thank you very much Sir...
Practical an easy solution!