Forum Discussion
Export the Data from Power BI without Timestamp
- Anonymous2 years ago
Hi, sathishkumark24
Based on your information, I create a new sample table:
Then create a calculate column and try the following dax:
DateOnly = FORMAT('Table'[Original DateTime], "yyyy-mm-dd")Create a table visual and put DateOnly field in it, export data:
Open this file in Excel:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, sathishkumark24
Based on your information, I create a new sample table:
Then create a calculate column and try the following dax:
DateOnly = FORMAT('Table'[Original DateTime], "yyyy-mm-dd")
Create a table visual and put DateOnly field in it, export data:
Open this file in Excel:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.