Forum Discussion

Elie_HUCHET's avatar
Elie_HUCHET
Helper III
3 years ago
Solved

ADD LINES

Hello, I would like to add lines here the line "Moyenne de KG/m3"+"Ecartype de KG/m3" thanks to a SUMX but I can't do it. I need to find 878.42. I'm getting there with a column but I really want to ...
  • amitchandak's avatar
    3 years ago

    Elie_HUCHET , Not very clear

     

    MaxX(Table, Table[Column])

     

    or

     

    maxx(all(Table), Table[Column])

     

    Should work

     

    If this does not help
    Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.