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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Vishal_2000
New Member

First entry of that day

There is 4 entries of each day but I want just first entry of that day.

 

Column - datatype

Date - date and time

Entry name - string

Count - no.

 

1 REPLY 1
amitchandak
Super User
Super User

@Vishal_2000 ,

Better create a date column too

DT = datevalue([Date])

 

calculate(firstnonblankvalue(Table[Date], count(Table[Count no])), filter(allseleccted(Table) Table[DT] = max(Table[DT]) ) )

 

Power bi tutorial: DAX functions: lastnonblankvalue , firstnonblankvalue: https://www.youtube.com/watch?v=cN8AO3_vmlY&t=26940s

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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