Rating star in Power BI using DAX
Hello friends! today we’ll be learning how to create star ratings in Power BI Using DAX.
Star Rating = CALCULATE(REPT(UNICHAR(9733),DISTINCTCOUNT('Table'[SalesRep])))
For more Unicode characters check here
Hello friends! today we’ll be learning how to create star ratings in Power BI Using DAX.
Star Rating = CALCULATE(REPT(UNICHAR(9733),DISTINCTCOUNT('Table'[SalesRep])))
For more Unicode characters check here