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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
BhavyaM
Helper V
Helper V

Date field having blanks

Hi,

 

In power BI report builder,

I have a column with "start date" but having Blank rows as well. 

BhavyaM_1-1684952600355.png

 

how to convert it in to date and time from "text to "Date" data type into 24 hrs formate like "yyyy-mm-dd HH:mm:ss" and How to take max date from the date field

 

please help

1 REPLY 1
SamInogic
Super User
Super User

Hi @BhavyaM ,

 

It seems that you have a table with date values as shown in below screenshot,

Forum 01.png

You can change the format for column using format option as shown in the below screenshot,

 

Forum 02.png

Also, to get a Max date from all dates you can create a measure using below DAX expression,

 

Max Date = MAX(DateTable[Dates])

 

This will give you max date from all dates from the table. Please refer to the below screenshot for the same.

Forum 03.png

 

If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.


Thanks!

Inogic Professional Service Division

An expert technical extension for your techno-functional business needs

Power Platform/Dynamics 365 CRM

Drop an email at crm@inogic.com

Service:  http://www.inogic.com/services/ 

Power Platform/Dynamics 365 CRM Tips and Tricks:  http://www.inogic.com/blog/

Inogic Professional Services: Power Platform/Dynamics 365 CRM
An expert technical extension for your techno-functional business needs
Drop an email at crm@inogic.com
Service: https://www.inogic.com/services/
Tips and Tricks: https://www.inogic.com/blog/

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.