Forum Discussion

kb26w's avatar
kb26w
Frequent Visitor
3 years ago
Solved

Making text bold/colour within a measure using DAX

Hello, 

 

I have created a measure which I am then using to present text in a dashboard. Below you can see the visual and the DAX which I have used to create the measure. 

 
 
Commentary = "The number of people who attempted to climb the mountain exceeded " & format([Number of climbers],"#,##0") & ". Due to the nature of the climb, only " & [Number of climbers who succeeded] & " actually succeeded."
 
I want to make the numbers which I have highlighted in yellow, bold and red using DAX. Is this possible in power BI?
 
Thanks, 
 
kb26w

 

1 Reply