Matrix
2 TopicsHow many to many relationships affect the number of queries required to refresh matrices and tables
Relationships between tables coming from Kusto in direct query mode are created as M:M by default. Changing them 1:M can reduce the number of queries required for tables and especially matrices.3.3KViews1like0CommentsArray Formulas Syntax - Matrix Calculations
Hi All, I am trying to simplify the equation below to a single-cell formula, where a, b, c are constants, and d and T are independent variables I want to take as input (i.e. d is for density and T is for temperature). The problem is I can not specify the T and d vectors, I must write them down in separate cells. What I would like, is to find a syntax to specify them in a formula, something of the like (F2^2;F2;1) and (G2^2;G2;1), in order to use with MMULT function. Is there a way to do it? Many thanks!!808Views0likes0Comments