File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ The naming conventions for DAX coding in reality involve many objects of the sem
8181 - For complex models with numerous model-dependent functions warranting categorization, ` Local. ` should serve as the initial segment of the prefix.
8282 - Examples:
8383 - ` GetCustomerDiscount `
84- - ` Model .GetCustomerDiscount` if you prefer to make it more explicit that the function is model-dependent.
85- - ` Model .Checkout.GetCustomerDiscount` where Checkout is a prefix to group similar or related functions.
84+ - ` Local .GetCustomerDiscount` if you prefer to make it more explicit that the function is model-dependent.
85+ - ` Local .Checkout.GetCustomerDiscount` where Checkout is a prefix to group similar or related functions.
8686 - ** Do not use** ` Checkout.GetCustomerDiscount ` because it would appear as a model-independent function.
8787
8888- ** Model-independent** functions must begin with a prefix indicating at least the containing library.
You can’t perform that action at this time.
0 commit comments