The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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])))