Forum Discussion
JoeCrozier
Helper II
2 years agoCreate True/False variable based on other row grouping
This might be pretty similar to this one: https://community.fabric.microsoft.com/t5/Desktop/Determine-if-a-value-exists-in-one-column-when-grouping-by/td-p/2187917 but I have data like this in Po...
- 2 years ago
i am not good at M, here is a workaround for you
ryan_mayu
Super User
2 years agonot creating a column in PQ. you need to close the PQ window and use DAX to create a column
JoeCrozier
Helper II
2 years agoWill it still then be available later on in Power query? I need to do later power query steps based on that column being available.
- ryan_mayu2 years ago
Super User
i am not good at M, here is a workaround for you
- JoeCrozier2 years ago
Helper II
This seems to work great! To make sure i understand it and can implement, seems like you: copied the query, in the new copy you grouped by protocol and counted, and then you merged that count back into the original query, and created a true/false column for if the count was 2?
- ryan_mayu2 years ago
Super User
yes, any other issues you encountered?