Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi Fam,
I need help again! I am really confused and can't think straight.
how can I get the average rating per customer?
I have the customer table and the Orders table that has all the ratings given by the customer.
I already have the total count of ratings in the table.
@Andrew_na_lang TRy this measure:
Avg Rating = CALCULATE(AVERAGE(Rating Columne),ALLEXCEPT(CustomerTable,Customer Name Column))
@Andrew_na_lang , Try like
AverageX(Values(Table[Customer]), calculate(Max(Table[Rating])))
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
94 | |
90 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |