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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Kimber
Helper III
Helper III

Why does a column with data return (Blank)?

I have a column in my table that is a datetime. Every row in the table shows the same datetime. But when I try to display the Latest datetime, it returns blank and I have no idea why. Can anyone help?

Kimber_1-1724779168852.png 

Kimber_2-1724779197830.png

 

 

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi @Kimber -can you check in Model" view, select the column, and check that the Data Type is set to Datetime. If it's not, change it to Datetime. similarly check at power query editor the column with the datetime values and inspect the values there to ensure they are consistent and correctly formatted.

 

create a simple measure by referring the column and table replace as per your model 

Latest Date Test = MAX(TableName[DatetimeColumn])

Create a simple card visual and add the Latest Date Test measure to see if it returns the expected value.

 

If it still returns blank, consider testing in a different report page.

 

Hope the above details helps.

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
rajendraongole1
Super User
Super User

Hi @Kimber -can you check in Model" view, select the column, and check that the Data Type is set to Datetime. If it's not, change it to Datetime. similarly check at power query editor the column with the datetime values and inspect the values there to ensure they are consistent and correctly formatted.

 

create a simple measure by referring the column and table replace as per your model 

Latest Date Test = MAX(TableName[DatetimeColumn])

Create a simple card visual and add the Latest Date Test measure to see if it returns the expected value.

 

If it still returns blank, consider testing in a different report page.

 

Hope the above details helps.

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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