Have a general question about DAX, is there any way that we can create our own DAX function where our users can pick. For example let’s say I am using
=[FirstName] & “ – “ & [mi] & “ – “ & [LastName]. If there is no [mi] then I get something like Tim - - Brook. I can go ahead and solve this but not everyone can do this. Can something like a custome assembly can be used to create our own custom DAX functions that everyone can use?
thanks