This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a date format that is in a string as:
mm/dd/yyyy 00:00:00
(always is 00)
how can I parse out a new column from this just as the mm/dd/yyyy?
the data is a direct query so i cannot use power query
Solved! Go to Solution.
@Hudg16 Oh yeah, you would need to create a calculated column or measure like:
Column = LEFT([Date],SEARCH(" ",[Date])-1)
Select column,
In the menu above click on transform,
Go to the Date option and click on Date Only:
@rodrigosan @Greg_Deckler
My apologies, the data is in a direct query from another bi dataset, thus I cannot use Power Query. Any other ideas?
@Hudg16 Oh yeah, you would need to create a calculated column or measure like:
Column = LEFT([Date],SEARCH(" ",[Date])-1)
@Hudg16 You should be able to right-click the column header and then Change type and then Date
Check out the May 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 |
|---|---|
| 29 | |
| 28 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 29 | |
| 20 | |
| 19 |