Forum Discussion
LéaGr
6 years agoHelper I
Create 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
3 years agoImpactful Individual
it'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