i wanted to use case condition as follows in Sql Server Analysis services -ssas
I guess in a dimension? Model it in the relational database as source, using a CASE WHEN condition:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Expert,
i wanted to use case condition as follows in Sql Server Analysis services -ssas
case when table1.x=1 then winter else table2.b
expected output
i wanted to use case condition as follows in Sql Server Analysis services -ssas
I guess in a dimension? Model it in the relational database as source, using a CASE WHEN condition:
Hi @In SSAS, you can refer to this post to use the case when statement.
Best regards,
Percy Tang
in case statement between two tables without direct join not possible