Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a Data that register by products. however the total ticket value is repeating. I want to calculate this colummn and get the average per order but also the total average.
In this example I only have 2 orders:
BE06639932 and BE06639291
I know if I calculate average I will get the total ticket price per order. However I need a total average of this average.
If I do an average for the collumn I will get 2,274.57
but the total average I need is 2,144.67
Solved! Go to Solution.
@TapiaMercasid . Based on what I got
A new measure
Averagex(Values(Table[N*Order]), calculate(Average(Table[Total Ticket])))
@TapiaMercasid . Based on what I got
A new measure
Averagex(Values(Table[N*Order]), calculate(Average(Table[Total Ticket])))
User | Count |
---|---|
98 | |
76 | |
74 | |
50 | |
27 |