Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

More than two arguments in OR CONCAT and other functions.

OR, AND and CONCATENATE (and other functions) Only allow two functions. This should be considered more of a bug than a design issue as Excel and other sources all accept any number of arguments.
Status: Needs Votes
Comments
Emamnuel_blum
New Member
fully agree
heramiah
Frequent Visitor
a serious problem in not accepting more than 2 in a OR statement! Please fix this issue in next update.
dhExcel
New Member
Create a DAX function that works like the Excel TEXTJOIN function.
georgemaher
Frequent Visitor
Strange that you cannot have a list of functions in the AND statement. Don't know of any other language that has this limit.
zoe_johansson
New Member
Why only two fields, seems a bit silly. I will now have to spend a considerable amount of time trying to nest multiple fields.
huq_sami1
New Member
Agreed..
toby8
New Member
I can't believe they haven't fixed this yet... Maybe in another 3 years
rdicke1
New Member

Need to be fixed


fbcideas_migusr
New Member

Actually you don't need this function - just use "&".

[prefix] & " " & [first name] & " " & [last name]

Result example: Mr. First Last

fbcideas_migusr
New Member
Status changed to: Needs Votes