REF_ROWS() documentation

Refer to this REF_ROWS()

3X_0_4_040f703290dbc098b8e174ba661ee746ef1e0ce1.png

Should they be…? :

FILTER(“Order Details”, ([_THISROW].[Order ID] = [Order ID]))

SELECT(Order Details[Order Details ID], ([_THISROW].[Order ID] = [Order ID]))

Solved Solved
1 9 428
1 ACCEPTED SOLUTION

There is no difference. Your approach may offer more clarity to someone reading the expression, and therefore may be preferable.

View solution in original post

9 REPLIES 9