Error Messages/41015
Error Message Examples
The conglomeration function passed as 5th parameter to MdTable not found.
Cause
It is possible that two or more rows of the first parameter, <<T>>, to MdTable specify identical coordinates. In this case, a conglomeration function is used to combine the values for the given cell. The <<conglomerationFn>> parameter is either a handle to a valid conglomeration function or a text value specifying which conglomeration function is to be used. Possible conglomeration functions are are sum(default), min, max, average, and product.
The conglomeration function passed as the fifth parameter, <<conglomerationFn>>, to the MdTable function was not found in the model. You may have made a typo while specifying the conglomeration function. The following call would trigger this error:
Mdtable(Flat_fact_table, Rows, Cols, ['Index_a', 'Index_b'], valuecolumn: Countries, conglomerationFn: 'averrage')
Remedies
Correct the 5th parameter, <<conglomerationFn>>, passed to the MdTable function to be a valid conglomeration function.
Enable comment auto-refresher