This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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?
Solved! Go to Solution.
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.
Proud to be a 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.
Proud to be a Super User! | |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 35 | |
| 28 | |
| 22 | |
| 21 |