Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Kunek
New Member

Add column with manually typed date

Hello,

I am looking for a solution to add new column in power query with a date I will type in manually (not current date).

That is, I need to add the step that will add column 'Date' in date format with the value of for example 30.11.2023 for every row. 

 

Any tips would be appreaciated 🌷

1 ACCEPTED SOLUTION
spinfuzer
Solution Sage
Solution Sage

Date.FromText("11.30.2023") or #date(2023,11,23)  if format is dd/mm/yyyy

View solution in original post

4 REPLIES 4
spinfuzer
Solution Sage
Solution Sage

Date.FromText("11.30.2023") or #date(2023,11,23)  if format is dd/mm/yyyy

Thank you, this is exactly what I was looking for!

PijushRoy
Community Champion
Community Champion

Hi @Kunek 

The requirement is not clear.
You can create a custom column and insert the date. But I have doubts whether all rows should be the same date or not.
Also always entering new dates in PQ is not the solution.

Please share screenshots, demo data, and more details about your query.




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Thank you for the reply.

I am receiving each month a similar data sheet, only with different values. I need to prepare a report showing how the values change month by month, so I added each data sheet as separate data source, added the date manually to each of them and use append queries to get one query I can further work on.

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.