March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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).
Solved! Go to Solution.
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.
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
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.
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |