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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

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

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.