Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
@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.
Perfect tank you 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.