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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Kumarun
Helper I
Helper I

Latest date

Hai Folks,

I have a single employee who has two records but the different dates,
like 
emp id    emp name   date
1             Arun            19-2-22
1            Arun             04-03-22
2           shafi               12-12-22

so, I need only the latest records like 

1            Arun             04-03-22
2           shafi               12-12-22

like this , Here group by function is not working because im using live connection power query is not opened.

Please help me 
thanks in advance




1 ACCEPTED SOLUTION

@Kumarun   ok, Explain what you are connecting to, are you using ssas ?
Download the desktop file and try to enter the measure, try this measure

 

Latest = 
 VAR curdata = SELECTEDVALUE('table'[date])
  return
 CALCULATE( MAX('table'[date]), FILTER('table', 'table'[date] >= curdata))

 

 


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: [email protected]

View solution in original post

7 REPLIES 7
Kumarun
Helper I
Helper I

Kumarun_0-1672818890077.png
Please check now, now I have entered the correct function, if have an import connection removefilter function working. 

I hve live connection

DimaMD
Solution Sage
Solution Sage

@Kumarun hi, try it

 

Latest = CALCULATE( MAX('table'[date]), REMOVEFILTERS('table'[emp id]))

Screenshot_28.jpg

 


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: [email protected]

Kumarun_0-1672817874545.png

Please find the attachment, 

note: I'm using live sonnection so, removefilter function is not shown in the formula bar we are getting the error

@Kumarun   ok, Explain what you are connecting to, are you using ssas ?
Download the desktop file and try to enter the measure, try this measure

 

Latest = 
 VAR curdata = SELECTEDVALUE('table'[date])
  return
 CALCULATE( MAX('table'[date]), FILTER('table', 'table'[date] >= curdata))

 

 


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: [email protected]

@Kumarun  You missed 1 letter "S"

 

REMOVEFILTERS

 

 


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: [email protected]

Hai @DimaMD 

Here I'm getting an error at the remove filter

 

@Kumarun Show me the error you are getting


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: [email protected]

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.