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 moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
76 | |
74 | |
56 | |
45 |
User | Count |
---|---|
117 | |
105 | |
77 | |
66 | |
64 |