Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello everyone!
I would like to get the average per year but removing the row context ( the column with (a,b,c,d))
Thanks for helping!
Hi,
Assuming % is a measure that you have already written, write this measure
Measure = averagex(all(Data[Text]),{%])
Text is the title of the second column.