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
Anonymous
Not applicable

Top N and EARLIEST function in power bi

Hello,
AVG= CALCULATE( AVERAGE(FCCU[AVG]) ,FILTER(FCCU,FCCU[TS] = EARLIEST( FCCU [TS]) && TOPN(1,FCCU)))
I am trying for this give me error for earlist function .I want output as earlist record of TS top 2 records and there average .
want to show them in a table

 

 

way ealiest function not working.....

 

2 REPLIES 2
Anonymous
Not applicable

top.png

 

hello,
can I do this in mesure..top 3 value and earliest ts (date) becouse i want to show that in a table so if i am directly filter that directly it will impact on hole table so i want to write measure.

regards
Pooja

HI @Anonymous,

 

Nope, topn filter not works for measure and earliest function only works in calculate column/table.

In my opinion, I'd like to suggest you use rankx function to write a measure to get rank value, then use it in visual level filter to achieve similar topn filter effect.(is less than or equal to 3)

 

Reards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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.