Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Measure not respecting filter

Hello everybody!   I'm trying to create a measure that displays the average rating per person in a matrix. When I apply the following code: Stars = REPT(UNICHAR(9733), AVERAGE('table'[rating])) ...