Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
av9
Helper III
Helper III

Return rows for Max date and specified category

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.

 
 

7-12-2020 12-48-08 PM.jpg

So my results should look like this:

7-12-2020 12-48-57 PM.jpg

any ideas how I can achieve this?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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]))))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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]))))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Ashish_Mathur
Super User
Super User

Hi,

Share the link from where i can download your Excel file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors