Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 70 | |
| 60 | |
| 47 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 27 | |
| 27 |