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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
From the table below I am trying to build a subset of this table that will show the last email by date for a specific email type. So in this example I need the latest email for type = Important.
So my results should look like this:
any ideas how I can achieve this?
Solved! Go to Solution.
@av9 , Create this measure for email, or if required for all other columns
calculate(max(Table[email ID]), filter(Table, Table[Date] = calculate(max(Table[Date]), allexcept(Table, Table[Customer name]))))
@av9 , Create this measure for email, or if required for all other columns
calculate(max(Table[email ID]), filter(Table, Table[Date] = calculate(max(Table[Date]), allexcept(Table, Table[Customer name]))))
Hi,
Share the link from where i can download your Excel file.
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!