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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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() )
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 49 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 120 | |
| 60 | |
| 59 | |
| 56 |