Forum Discussion
smpa01
2 years agoCommunity Champion
Conditional table functions in dax
Is it possible to write table functions that are conditional.
Pseudocode
if val=1 return table1 else union(table1,table2)
I have a use case where I am querying tables based on a condition and I need the code return correct table tied to the condition.
PFA the sample pbix
IF function only returns a scalar value.
6 Replies
- smpa01Community Champion
Thanks for this but I was hoping for something like this somehow in DAX. The condition checking is rather large and susequent action is also rather complex.
- jeffrey_wangPower BI Team
There is no such function in DAX.
- smpa01Community Champion
jeffrey_wang is there any way to perform any DAX table function in the 2nd or 3rd parameter of IF or it is only programmed to return nothing but scalar?
- jeffrey_wangPower BI Team
IF function only returns a scalar value.