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
In excel there is the ability to sum columns but average by row. How do I achieve this in a Matrix?
You create a measure and use HASONEVALUE() to figure out where in the matrix you are (cell, row total, column total, or grand total) and calculate the measure accordingly.