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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.