Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |