Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
How to get max date value of column 1 if column 2 has value'xy' and column 3 has value'2'.
Solved! Go to Solution.
Pleae try
=
CALCULATE (
MAX ( 'Table'[column1] ),
'Table'[column2] = "xy",
'Table'[column3] = 2
)
Hi @Vishal_2202
Please try
CALCULATE ( MAX 'Table'[column1] ), ALLEXCEPT ( 'Table', 'Table'[column2], 'Table'[column3] ) )
But we can't define specific value from column 2 and column 3
Pleae try
=
CALCULATE (
MAX ( 'Table'[column1] ),
'Table'[column2] = "xy",
'Table'[column3] = 2
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 8 | |
| 8 |