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
irshadanwar09
New Member

Extract Value

You have a CSV File that contains user complaints. The File contains a column named Logged. Logged contains the date and time each compliant

occurred. The data in Logged is in the following format: 2018-12-31 at 08:59.

You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy.

What should you do?

 

A. Apply a transform to extract first 11 characters of the logged column.

B.  Create colum by example that start with 2018-12-31 and set the data type to new column to date .

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @irshadanwar09 ;

Is your problem solved?  If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
ShreyaPowerBI
Frequent Visitor

A is correct since the requirement is to create a data hierarchy 

v-yalanwu-msft
Community Support
Community Support

Hi, @irshadanwar09 ;

Is your problem solved?  If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @irshadanwar09 ;

If I understand correctly,I will split the column.

vyalanwumsft_0-1664257142739.png

vyalanwumsft_1-1664257167164.png

The final show:

vyalanwumsft_2-1664257183874.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@irshadanwar09 , In Power Query a new column

 

Date = DateTime.Date([Date Logged])

 

 

in Dax

 

Date = Datevalue([Date Logged])

 

And use that column. Prefer to use date table joined to this date with all required columns 


To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

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.