The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi friends,
Look in this table
ID | Value1 | Value2 | Value3 | Reslut |
1 | 10 | 5 | 1 | 15 |
2 | 20 | 10 | 20 | 40 |
3 | 30 | 15 | 17 | 47 |
4 | 40 | 20 | 18 | 60 |
I have tried to get the two highest values from Value1, Value2 and Value3 and Sum this in the Result for each row on that ID.
But i dont mangae to solve this.
Is there any out there who can help me.
Solved! Go to Solution.
Hi @Anonymous
You need to create a new colunm (not measure) in your table. See sample DAX.
Proud to be a Super User!
Hi @Anonymous
You need to create a new colunm (not measure) in your table. See sample DAX.
Proud to be a Super User!
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |