Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
Is there any way to have a column be the same exact data as the max in a calendar filter?
Solved! Go to Solution.
Thanks a bunch,
I was able to resolve it with two measures:
maxDate = LASTDATE(ALLSELECTED('Calendar'[Date]))
AGE = DateDiff(Max('00-Bad Debt - Invoices'[DOCDATE]),[maxDate],MONTH)
Create a Max Date Measure ... Try this...
Thanks a bunch,
I was able to resolve it with two measures:
maxDate = LASTDATE(ALLSELECTED('Calendar'[Date]))
AGE = DateDiff(Max('00-Bad Debt - Invoices'[DOCDATE]),[maxDate],MONTH)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |