Forum Discussion
Anonymous
2 years agoNot applicable
Column with date only
Hi, Goal: looking for assistance to create and write dax code for a new column with date only from an existing column that has date and time. Scenario: I have an existing column (screenshot) t...
Kaviraj11
2 years agoSolution Sage
Yes, I understand that. However, if you are reading it from SQL Server, you can create a new column using convert/cast to transform the datetime column to date. It will be created as a seperate column and you can utilize that column in your report.
Anonymous
2 years agoNot applicable
oh i see now. okay yes, i'm connecting via snowflake. can i modify it after i already connected it or do i need to start the connection over from scratch?