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
Dear All,
I need help for a requirement in my work.
I want to add a new column 'Max(Rate)' in the below table, which should display the max value of the 'Rate' column for particular DOC_NUM. Is there any provision for the same in Power BI without writing a sub query?.
Expected result is:
Thanks in advance!!
Solved! Go to Solution.
Try with following
Max Rate = CALCULATE ( MAX ( TableName[Rate] ), ALLEXCEPT ( TableName, TableName[Doc_No] ) )
Try with following
Max Rate = CALCULATE ( MAX ( TableName[Rate] ), ALLEXCEPT ( TableName, TableName[Doc_No] ) )
Hi Zubair,
On what basis we decide the column after "ALLEXCEPT"? So for example in your DAX you wrote column "Doc_No", how we decide it?
Thank you in advance!
This little bit of code helped me solve a problem. Thanks a stack!!
Dear Zubair,
Perfect. It works. Thanks a lot!!!!!!
Regards,
Shahin K
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |