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
Anonymous
Not applicable

Amend Date Format in Live Connection to Remove Time Value

Hi,

 

I'm using Alteryx to publish a dataset to the Power BI Service, which I'm then linking to in Power BI Desktop. When I do this I don't have the ability to amend the format of a field using the Modelling tab or in Power Query.

 

One of the fields I have coming in from Alteryx is a Date field. When it appears in Power BI it doesn't have the calendar symbol next to it to signify it's a date field. But it also comes in a format that I don't want - it has a Time value of "12:00:00 AM" at the end.

 

Can you tell me how I can remove this so I only have the date I want?

 

Thanks,

 

 

1 ACCEPTED SOLUTION
LivioLanzo
Solution Sage
Solution Sage

@Anonymous

 

you need to make these changes with Alteryx when loading the data to the service. When you connect live you do not have the ability to makes changes tot the model 

 


 


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


Proud to be a Datanaut!  

View solution in original post

3 REPLIES 3
adam12asu
Regular Visitor

For those who also expereince this behavior I was proveded the below date to create a measure to propery format the date as requested from v-alq-msft,

reportdateMeasure = var _currentdate = MAX('Table'[report_date]) return MONTH(_currentdate)&"/"&DAY(_currentdate)&"/"&YEAR(_currentdate)

LivioLanzo
Solution Sage
Solution Sage

@Anonymous

 

you need to make these changes with Alteryx when loading the data to the service. When you connect live you do not have the ability to makes changes tot the model 

 


 


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


Proud to be a Datanaut!  

Its not limited to that tool. Using Powershell I have the date & time formated to just show the date, however, the time of 12:00am is still coming through.  Once the date gets published to a csv or PowerBI a time stamp of 00:00 or 12:00am gets added. 

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.