Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
87 | |
87 | |
67 | |
49 |
User | Count |
---|---|
135 | |
112 | |
100 | |
68 | |
67 |