Daily DAX : Day 14 CALCULATETABLE

 This function is identical to CALCULATE but returns a table instead of a scalar value. Essentially it evaluates an expression and returns a table with the results


syntax


CALCULATETABLE ( <Table>, <Filter>)

where table is an expression that returns a table


https://dax.guide/calculatetable/

Comments

Popular posts from this blog

Daily DAX : Day 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV