Forum Discussion
AlessandroBet
Helper V
7 years agoCreating a new group with DAX
Hi,
i'm getting data from dataset so i can create new new group field. Can i do it working with DAX?
thanks
It's not possible to do with a measure.
11 Replies
- tex628
Community Champion
Can you provide an example of the desired outcome?
- AlessandroBet
Helper V
I have a list of strings inside a field:
DN_AD
DS_AD
DW_AD
DN_AA
DS_AA
DW_AA
...etc
As you can see the first 3 end with AD and the last 3 with AA
I would like group named "AD" with the following string
- DN_AD
- DS_AD
- DW_AD
and a group named "AA" with the following string
- DN_AA
- DS_AA
- DW_AA
I hope this can help you understand what i need
- tex628
Community Champion
Like this?