The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.