Forum Discussion

M_SBS_6's avatar
M_SBS_6
Helper V
3 years ago
Solved

Star Visuals Rating

Hi, 

I currently have this DAX to show  star rating, but how do I amend this to show half stars. I.e if the Average is 4.5 / 5, then I want to see 4.5 stars colured in. 

 

Stars =

REPT(UNICHAR(9733), MEDIAN(app[rating]))
&
REPT(UNICHAR(9734), 4.9 -
MEDIAN(app[rating]))