Forum Discussion
leandross89
4 years agoHelper II
Populate first value based on group
Hi Dear, Could you please help me on below Dax logic? I have a table with 3 collumns Location, device and Topo. LOCATION DEVICE TOPO Collumn 1 140059 1 2G 140059 2...
- 4 years ago
Result = CALCULATE(MIN('Table2'[Device]),ALLEXCEPT(Table2,'Table2'[Location]))
I find the solution, I´m sorry. tks for all
leandross89
4 years agoHelper II
Result = CALCULATE(MIN('Table2'[Device]),ALLEXCEPT(Table2,'Table2'[Location]))
I find the solution, I´m sorry. tks for all