Forum Discussion
vega
7 years agoResolver III
DAX Suggestions
Hello,
I'm not sure where to ask this, but this has always seemed like an active community, so I'd thought I'd take a chance. Does anyone know if there is a way to make suggestions about the DAX language itself? I am trying to create a conditional that returns a table and it seems like this cannot be done with the language as is. If anyone has information as to where I can direct this suggestion, I would appreciate it.
9 Replies
- vegaResolver III
Right, my problem isn't creating tables. My problem is returning tables from a conditional. For example:
IF( <Condition>, TableA, TableB )OR
SWITCH( <Condition>, <Value>,TableA, <Value>,TableB )Both of these cases are not possible with the language as is. This is why I am looking for a location to submit suggestions for the language.