Forum Discussion
Elie_HUCHET
3 years agoHelper III
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 ...
- 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.
Elie_HUCHET
3 years agoHelper III
Perfect tank you for your help