Forum Discussion
LéaGr
Helper I
6 years agoCreate a column from loop
Hi everybody, I have an issue creating a column from what I feel could come from a "for each" loop. As no function of the sort exists in DAX I am stuck. Here is a simplified version of my dat...
BIswajit_Das
Impactful Individual
3 years agoit's working for numbers perfectly but what about incase of text
e.g
name visitplace
x a
x b
x a
y b
Requied output:-
name visitplace MAX
x a a
x b a
x a a
y b b