Forum Discussion
Anonymous
5 years agoNot applicable
SQL CASE statement equivalent to in DAX
hi , I m developing a powerbi matrix report and my row data is a look up column and I have to group some values into one value .. example - IF the column has values AB or BC or CZ then display a...
- 5 years ago
Hello Anonymous ,
you can realize that in DAX with the Switch function and a TRUE() statement.
Check the following article:
DAX - The Diabolical Genius of “SWITCH TRUE”
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up
👍
Best regards
Denis
Blog: WhatTheFact.bi
selimovd
Most Valuable Professional
5 years agoHello Anonymous ,
you can realize that in DAX with the Switch function and a TRUE() statement.
Check the following article:
DAX - The Diabolical Genius of “SWITCH TRUE”
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up
👍
Best regards
Denis
Blog: WhatTheFact.bi