Forum Discussion
Sarath5c8
3 years agoFrequent Visitor
Empty columns need comma seperation flag.
Trying to create a dax for the flag which provides the below output but somewhere its wrong. Wherever the attribute is nor empty that need to higlighted with comma seperation in flag as a column.
| Id | Atr1 | Atr2 | Atr3 | Flag |
| ID1 | abc | Atr2,Atr3 | ||
| ID2 | sfw | dlj | Atr3 | |
| ID3 | dfj | sdlj | Atr3 | |
| ID4 | djl | fjp | Atr1 | |
| ID5 | epw | Atr1,Atr3 |