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.
Hi,
The Measure below is producing the error message in yellow below it.
Cases_Reopened =
VAR _lastdate =
CALCULATE(MAX('BAU Closures'[Month].[Date]),
FILTER('BAU Closures','BAU Closures'[Cases Reopened] <> BLANK() )
)
RETURN
CALCULATE(
MAX('BAU Closures'[Cases Reopened]),
FILTER ('BAU Closures','BAU Closures'[Month] = _lastdate)
)
I've hidden the columns in the excel below. I just want to show the last Value in the Cases Reopened (V) column that is Not Blank.
BAU Closures Month Date is Col A below.
Any ideas why this is happening and how to fix?
Thanks,
Solved! Go to Solution.
Hi @ArchStanton
Can you remove the .[Date]?
CALCULATE(MAX('BAU Closures'[Month].[Date]),
I think it is causing the problem
Hi @ArchStanton
Can you remove the .[Date]?
CALCULATE(MAX('BAU Closures'[Month].[Date]),
I think it is causing the problem
I removed the Date earlier and re error lines appeared in the RETURN part of the measure.
Typically, I've just removed Date again and no error messages1 Bizarre.
Thankyou!! much appreciated.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
59 | |
43 | |
40 |