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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
carlosarmpb
Frequent Visitor

A date for each record

 

I believe that my doubt is simple, I have a query with product codes and i want that for each of these records have the date (the 365 days of the year).

 

 

Exemplo.png

 

 

 

2 ACCEPTED SOLUTIONS
Greg_Deckler
Super User
Super User

Tough to say exactly because I'm not sure what you want. But, if you had that table and you create a Calendar table like:

 

Calendar = CALENDAR(DATE(2018,1,1),DATE(2018,12,31))

Then you could do this:

 

Table = GENERATE(productstable,Calendar)

It's a DAX solution, not Power Query.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

In the query editor you would add a column with this formula:

List.Dates(#date(2018,01,01),365,#duration(1,0,0,0))

Just expand the column then.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

7 REPLIES 7
Greg_Deckler
Super User
Super User

Tough to say exactly because I'm not sure what you want. But, if you had that table and you create a Calendar table like:

 

Calendar = CALENDAR(DATE(2018,1,1),DATE(2018,12,31))

Then you could do this:

 

Table = GENERATE(productstable,Calendar)

It's a DAX solution, not Power Query.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

THANKS !!!

 

That's exactly what I needed.

 

 

Just one more question!

 

Eu consigo fazer isso no editor de consultas?

Maybe, but that is a question for @ImkeF



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Thanks!

In the query editor you would add a column with this formula:

List.Dates(#date(2018,01,01),365,#duration(1,0,0,0))

Just expand the column then.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Perfect!

 

Thanks

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.