Skip to main content
Microsoft Idea

Power BI

Needs Votes

Infinite Input AND () s and OR () s

Vote (2) Share
jengwt's profile image

jengwt on 14 Jun 2018 22:47:13

Why should I have to put
OR(X = A, OR(X = B, OR(X = C, OR(X = D, ... ) ...)
When I could just use
OR(X = A, X = B, X = C, X = D, ...)
Like in every other language or application, including many Microsoft products?