Forum Discussion
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 go through a measure. It's the column max.
thank you in advance for your help
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.
2 Replies
- amitchandakSuper User
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_HUCHETHelper III
Perfect tank you for your help