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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, I have a date table with Date, Year, Month, Year-Month, Year-Month-Name.
My report has a visual where the user can select a Year and another where they can select Multiple Months.
If the user selects 2024 and then Jan, Feb, March and April I need the following:
Year-Month-Name | MyMaxDate | MyMaxMonthName |
Jan 2024 | Apr 30, 2024 | Apr, 2024 |
Feb 2024 | Apr 30, 2024 | Apr, 2024 |
March 2024 | Apr 30, 2024 | Apr, 2024 |
April 2024 | Apr 30, 2024 | Apr, 2024 |
Note: My Date table has a record for every day from
1/1/2017 all the way to 12/31/2024
Solved! Go to Solution.
@FPP MAXX(ALLSELECTED('Dates'), [Date])
@FPP MAXX(ALLSELECTED('Dates'), [Date])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |