Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
I'm trying to get a value depending on the Max value of a different column.
Project; Order; Value; Date
A; 123; 1,000,000; 7/31/2016
A; 124; 50,000; 6/15/2016
B: 125; 2,500,000; 1/11/2017
B: 126; 250,000; 3/30/2017
I want to show the sum of order values for each project depending on the highest order value inside the project.
Result should be:
Project; Value; Date
A; 1,050,000; 7/31/2016
B; 2,750,000; 1/11/2017
The sum I get with Sum([Value]) but I'm really struggling to get the date of the highest order.
I hope you can help me
Solved! Go to Solution.
Hi @Floriankx,
You need to complete the following steps:
Create new column:
I'm sure there is a better way of doing this by using Group By Function but this should work as well, let me know how you get on or if you have any other questions.
Regards
Abduvali
Hi @Floriankx,
You need to complete the following steps:
Create new column:
I'm sure there is a better way of doing this by using Group By Function but this should work as well, let me know how you get on or if you have any other questions.
Regards
Abduvali
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
79 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |