March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I need to calculate a maximum sales value of a calculation, which varies per month, but the max only accepts field as a parameter. Ex Max (sales) (take the Month with higher value)
Solved! Go to Solution.
Have you tried using a New Column rather than a new Measure?
Hi @Jacy,
If you want get multiple result from one measure, you should add group column to let it calculated through multiple records.
Sample:
Ex MAX = MAX('CALENDAR'[Rolling])
Regards,
Xiaoxin Sheng
Have you tried using a New Column rather than a new Measure?
Unfortunately it would not work, the calculation is variant, I can not plaster, sales is just an example, the actual calculation is turnover.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
149 | |
93 | |
72 | |
58 |