Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello
I want to have in my column "max sales" the maximum of the values displayed in my table.
Here in the example below I would like to show in the column "max sales" : 1 195 256 in all the lines.
Do you how I can do that in a DAX formula?
thank you
Solved! Go to Solution.
@claxxx , Assume sales is a measure and you are using month year column in row
calculate( maxx(values(Table[Year Month]),[sales]), allselected() )
Thank you a lot! It works 🙂
@claxxx , Assume sales is a measure and you are using month year column in row
calculate( maxx(values(Table[Year Month]),[sales]), allselected() )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.